Gulp plugin for converting CSS to Scss, uses the css-scss module created by @jxnblk.
Installation
npm install --save gulp-css-scss
Usage
const gulp = ;const cssScss = ; gulp; gulp;
Input
{} @);
Output
; .warning ; .col-4
License
MIT
Related
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).
This package was initially generated with yeoman and the p generator.