Significant whitespace for stylesheets
npm install css-swsSignificant whitespace for styles
``h1 {\n color: blue;\n}
var sws = require('css-sws', options);
var out = sws('h1\n color blue');
// out == `
- filename - no default
- tabWidth - default 2
- semiColon - default true
```
npm i css-sws
MIT