Minify top/right/bottom/left values.
$ cnpm install postcss-minify-trbl
Minify top/right/bottom/left values.
With npm do:
npm install postcss-minify-trbl --save
This module will reduce top/right/bottom/left values where possible:
h1 {
margin: 10px 20px 10px 20px;
}
h1 {
margin: 10px 20px;
}
See the PostCSS documentation for examples for your environment.
Pull requests are welcome. If you add functionality, then please add unit tests to cover it.
MIT © Ben Briggs
Copyright 2013 - present © cnpmjs.org | Home |