gulp-css-any

1.0.0 • Public • Published

gulp-css-any

css-any plugin for gulp

What it does

Sometimes, you need to override all css declarations with * (e.g. for the lulz). gulp-css-any automatically adds to all your css declarations automatically, so you don't have to.

Usage

First, install gulp-css-any as a development dependency:

npm install --save-dev gulp-css-any

Then, add it to your gulpfile.js:

var cssAny = require("gulp-css-any");
 
gulp.src("./src/*.ext")
    .pipe(cssAny())
    .pipe(gulp.dest("./dist"));

Thanks

License

MIT License

Package Sidebar

Install

npm i gulp-css-any

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dhoko