postcss-unique-selectors
Install
npm install postcss-unique-selectors --saveExample
Input
h1,h3,h2,h1 {
color: red
}Output
h1,h2,h3 {
color: red
}Usage
Contributors
License
Last updated