easy-styles
v0.0.7
Published
styles compiler
Downloads
6
Readme
easy-styles
This package include:
- stylus
- autoprefixer
- postCSS
- postCSS lost grid system
Installation
$ npm install easy-stylesUsage
gulp.task('default', function () {
return styles("src/styles.styl","dest")
});