caoge c760052ff9 机车状态修改 | пре 8 месеци | |
---|---|---|
.. | ||
dist | пре 8 месеци | |
node_modules | пре 8 месеци | |
CHANGELOG.md | пре 8 месеци | |
LICENSE-MIT | пре 8 месеци | |
README.md | пре 8 месеци | |
package.json | пре 8 месеци |
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