postcss-merge-rules
TypeScript icon, indicating that this package has built-in type declarations

7.0.5 • Public • Published

postcss-merge-rules

Merge CSS rules with PostCSS.

Install

With npm do:

npm install postcss-merge-rules --save

Examples

This module will attempt to merge adjacent CSS rules:

By declarations

Input

a {
    color: blue;
    font-weight: bold
}

p {
    color: blue;
    font-weight: bold
}

Output

a,p {
    color: blue;
    font-weight: bold
}

By selectors

Input

a {
    color: blue
}

a {
    font-weight: bold
}

Output

a {
    color: blue;
    font-weight: bold
}

By partial declarations

Input

a {
    font-weight: bold
}

p {
    color: blue;
    font-weight: bold
}

Output

a,p {
    font-weight: bold
}

p {
    color: blue
}

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.5319,814latest
5.0.0-rc.2218next
4.0.0-nightly.2020.2.631nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.5319,814
7.0.41,309,253
7.0.329,807
7.0.2114,403
7.0.17,405
7.0.056,870
6.1.11,771,842
6.1.021,377
6.0.419,500
6.0.3111,410
6.0.223,265
6.0.1294,189
6.0.012,543
5.1.43,891,888
5.1.3445,692
5.1.2533,127
5.1.1138,189
5.1.033,531
5.0.627,729
5.0.536,125
5.0.450,739
5.0.363,951
5.0.2147,312
5.0.16,012
5.0.014,494
5.0.0-rc.2218
5.0.0-rc.13
5.0.0-rc.02
4.0.0-nightly.2020.2.631
4.0.0-nightly.2020.1.111
4.0.0-nightly.2020.1.91
4.0.0-nightly.2020.10.202
4.0.0-nightly.2020.9.9136
4.0.0-nightly.2020.9.33
4.0.0-nightly.2020.9.11
4.0.0-nightly.2020.8.292
4.0.0-nightly.2020.8.252
4.0.0-nightly.2020.8.242
4.0.0-nightly.2020.8.171
4.0.0-nightly.2020.8.101
4.0.0-nightly.2020.8.42
4.0.0-nightly.2020.8.12
4.0.0-nightly.2020.7.311
4.0.0-nightly.2020.7.251
4.0.0-nightly.2020.7.242
4.0.32,172,873
4.0.220,903
4.0.11,899
4.0.073
4.0.0-rc.221
4.0.0-rc.01
2.1.2370,767
2.1.11,481
2.1.02
2.0.11275
2.0.10491
2.0.94
2.0.81
2.0.72
2.0.69
2.0.54
2.0.41
2.0.35
2.0.223
2.0.11
2.0.01
1.3.63,913
1.3.51
1.3.41
1.3.32
1.3.21
1.3.11
1.3.01
1.2.21
1.2.11
1.2.01
1.1.11
1.1.01
1.0.02

Package Sidebar

Install

npm i postcss-merge-rules

Weekly Downloads

12,053,645

Version

7.0.5

License

MIT

Unpacked Size

25.6 kB

Total Files

9

Last publish

Collaborators

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