grunt-csscomb
grunt-csscomb copied to clipboard
Grunt plugin for CSScomb—CSS coding style formatter
CSSComb doesn't uses the exclude from config. I added a check that grunt only processes when necessary, else it copies the files. ``` "exclude": [ ".git/**", "node_modules/**", "bower_components/**", "**/exclude2.css" ],...
When trying to run `csscomb` on a folder of `scss` files, I've noticed that I get an error whenever I `@extend` from a class with a number in it. For...
If we mention list of souces for one file we expect concatination of results but we get only last souce file cleaned up with csscomb in dst.css ``` json csscomb:...