postcss-merge-rules
Install
npm install postcss-merge-rules --saveExamples
By declarations
Input
a {
color: blue;
font-weight: bold
}
p {
color: blue;
font-weight: bold
}Output
By selectors
Input
Output
By partial declarations
Input
Output
Usage
Contributors
License
Last updated