A css url() quotes plugin for gulp
If you have any advice, please let me know, and welcome to my blog: http://mathxlee.github.io/
Install via npm:
npm install gulp-css-url-quotes --save-dev
var gulp = require('gulp');
var cssUrlQuotes = require('gulp-css-url-quotes');
gulp.task('default', function() {
return gulp.src('./test.css')
.pipe(cssUrlQuotes());
});
Pull requests are welcome. If you add functionality, then please add unit tests to cover it.
MIT © Matthew Lee