CSS prettifier in your style.
Sample
Node.js
var fs = ;var path = ;var options = decl: before: '\n\t' selectors: 'separateline';var cssprettifier = ;var processor = ;var css = fs;var result = processor; fs;
Before execution css is:
After execution css is:
Usage
Grunt.js
You can use the grunt-csspretty plugin for Grunt.js.
gulp.js
You can use the gulp-csspretty plugin for gulp.js.