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);
}
npm install --save-dev postcss-crass
var crass = require('postcss-crass');
postcss([ crass(opts) ])
Type: Boolean
Default: false
If true, crass won't throw errors.
Type: Boolean
Default: false
Type: Boolean
Default: true