postcss-unique-selectors
TypeScript icon, indicating that this package has built-in type declarations

7.0.4 • Public • Published

postcss-unique-selectors

Ensure CSS selectors are unique.

Install

With npm do:

npm install postcss-unique-selectors --save

Example

Selectors are sorted naturally, and deduplicated:

Input

h1,h3,h2,h1 {
    color: red
}

Output

h1,h2,h3 {
    color: red
}

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.4234,013latest
5.0.0-rc.2224next
4.0.0-nightly.2020.2.650nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.4234,013
7.0.31,284,458
7.0.229,162
7.0.1106,893
7.0.039,501
6.0.41,719,129
6.0.320,527
6.0.2121,987
6.0.122,486
6.0.0297,626
5.1.14,869,779
5.1.08,734
5.0.426,323
5.0.333,697
5.0.2110,478
5.0.1151,376
5.0.014,078
5.0.0-rc.2224
5.0.0-rc.13
5.0.0-rc.01
4.0.0-nightly.2020.2.650
4.0.0-nightly.2020.1.112
4.0.0-nightly.2020.1.91
4.0.0-nightly.2020.10.201
4.0.0-nightly.2020.9.9130
4.0.0-nightly.2020.9.32
4.0.0-nightly.2020.9.11
4.0.0-nightly.2020.8.291
4.0.0-nightly.2020.8.251
4.0.0-nightly.2020.8.241
4.0.0-nightly.2020.8.172
4.0.0-nightly.2020.8.101
4.0.0-nightly.2020.8.41
4.0.0-nightly.2020.8.11
4.0.0-nightly.2020.7.311
4.0.0-nightly.2020.7.252
4.0.0-nightly.2020.7.242
4.0.12,096,879
4.0.01,650
4.0.0-rc.229
4.0.0-rc.03
2.0.2356,167
2.0.116
2.0.03
1.0.13,656
1.0.03

Package Sidebar

Install

npm i postcss-unique-selectors

Weekly Downloads

11,549,081

Version

7.0.4

License

MIT

Unpacked Size

4.98 kB

Total Files

6

Last publish

Collaborators

  • beneb
  • trysound
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot