AJNB 376d9cfaf8 hjj | il y a 2 mois | |
---|---|---|
.. | ||
src | il y a 2 mois | |
types | il y a 2 mois | |
LICENSE-MIT | il y a 2 mois | |
README.md | il y a 2 mois | |
package.json | il y a 2 mois |
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