gulp-csscomb
Format CSS coding style with CSScomb.
If you have any difficulties with the output of this plugin, please use the CSScomb tracker.
🔥 Want to strengthen your core JavaScript skills and master ES6?
I would personally recommend this awesome ES6 course by Wes Bos.
Installation
npm install gulp-csscomb --save-dev
Example 1
var gulp = ;var csscomb = ; gulp;
Example 2
var gulp = ;var $ = ; gulp;
If there is .csscomb.json
file present in the same folder as the source file(s),
or in the project root folder, gulp-csscomb
will read config settings from it
instead of default config.
You can also specify a pre-defined configuration. Ex.: csscomb('zen')
License
The MIT License (MIT) © Konstantin Tarkus (@koistya)