1.0.0 • Published 9 years ago

gulp-css-any v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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