1.0.0 • Published 10 years ago
postcss-longhand v1.0.0
postcss-longhand 
css-longhand plugin for postCSS
.classname {
margin: 0;
}to
.classname {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}Works for all the properties that css-longhand supports.
Install
npm i --save-dev postcss-longhandUsage
postcss([ require('postcss-longhand') ])See PostCSS docs for examples for your environment.
1.0.0
10 years ago