0.2.13 • Published 10 years ago

css-sws v0.2.13

Weekly downloads
15
License
MIT
Repository
github
Last release
10 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

10 years ago

0.2.12

10 years ago

0.2.11

10 years ago

0.2.10

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago