0.2.13 • Published 8 years ago

css-sws v0.2.13

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

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

0.2.13

8 years ago

0.2.12

9 years ago

0.2.11

9 years ago

0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago