css-prettify
v0.0.5
Published
Uses the 'css' package to prettify your CSS. Useful if you use that package to manipulate your CSS and want a prettifier that will generate exactly the same output.
Downloads
6
Maintainers
Readme
css-prettify
Uses the css package to prettify your CSS. Useful if you use that particular package to manipulate your CSS and you want a prettifier that will generate exactly the same output.
How to use
yarn add css-prettify
css-prettify <input glob> [-p/--prettify or -c/--check]
Options
-p/--prettify
will prettify the given files.
-c/--check
will fail if the files are not already prettified.