XuelesszzZ 94af2b8e7b 6-30-5 | преди 1 година | |
---|---|---|
.. | ||
dist | преди 1 година | |
CHANGELOG.md | преди 1 година | |
LICENSE-MIT | преди 1 година | |
README.md | преди 1 година | |
package.json | преди 1 година |
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