postcss-crass
v0.2.1
Published
PostCSS crass plugin
Downloads
8
Maintainers
Readme
PostCSS Crass
PostCSS plugin crass.
b, c, a {
third: rgba(255, 255, 255, 0.9);
second: abc;
first: 50%;
}
a, b, c {
first: 50%;
second: abc;
third: hsla(0, 0%, 100%, 0.9);
}
Usage
npm install --save-dev postcss-crass
Usage
var crass = require('postcss-crass');
postcss([ crass(opts) ])
Options
options.swallowError
Type: Boolean
Default: false
If true, crass won't throw errors.
crass(options)
options.pretty
Type: Boolean
Default: false
options.o1
Type: Boolean
Default: true