postcss-merge-longhand
Install
npm install postcss-merge-longhand --saveExample
Input
h1 {
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
}Output
h1 {
margin: 10px 20px;
}Usage
Contributors
License
Last updated