css-sws
v0.2.13
Published
Significant whitespace for stylesheets
Downloads
41
Readme
css-sws
Significant whitespace for styles
Usage
var sws = require('css-sws', options);
var out = sws('h1\n color blue');
// out == `h1 {\n color: blue;\n}`
Options
- filename - no default
- tabWidth - default 2
- semiColon - default true
Install
npm i css-sws
License
MIT