![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 8 months ago | - | |
![]() | types/ | 8 months ago | - | |
![]() | LICENSE-MIT | 8 months ago | 1.1K | |
![]() | README.md | 8 months ago | 700 | |
![]() | package.json | 8 months ago | 820 |
Ensure CSS selectors are unique.
With npm do:
npm install postcss-unique-selectors --save
Selectors are sorted naturally, and deduplicated:
h1,h3,h2,h1 {
color: red
}
h1,h2,h3 {
color: red
}
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs