Gathering detailed insights and metrics for postcss-merge-rules
Gathering detailed insights and metrics for postcss-merge-rules
Gathering detailed insights and metrics for postcss-merge-rules
Gathering detailed insights and metrics for postcss-merge-rules
A modular minifier, built on top of the PostCSS ecosystem.
npm install postcss-merge-rules
Typescript
Module System
Min. Node Version
Node Version
NPM Version
95.1
Supply Chain
30.2
Quality
85.9
Maintenance
100
Vulnerability
99.3
License
CSS (77.39%)
JavaScript (22.14%)
Nunjucks (0.46%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
2,908,847,710
Last Day
2,268,983
Last Week
11,881,135
Last Month
50,491,526
Last Year
555,272,361
MIT License
4,835 Stars
2,541 Commits
320 Forks
48 Watchers
42 Branches
109 Contributors
Updated on Mar 10, 2025
Minified
Minified + Gzipped
Latest Version
7.0.4
Package Id
postcss-merge-rules@7.0.4
Unpacked Size
24.98 kB
Size
7.41 kB
File Count
9
NPM Version
10.8.2
Node Version
20.17.0
Published on
Sep 04, 2024
Cumulative downloads
Total Downloads
Last Day
6.3%
2,268,983
Compared to previous day
Last Week
3.4%
11,881,135
Compared to previous week
Last Month
0.8%
50,491,526
Compared to previous month
Last Year
1.1%
555,272,361
Compared to previous year
1
4
Merge CSS rules with PostCSS.
With npm do:
npm install postcss-merge-rules --save
This module will attempt to merge adjacent CSS rules:
1a { 2 color: blue; 3 font-weight: bold 4} 5 6p { 7 color: blue; 8 font-weight: bold 9}
1a,p { 2 color: blue; 3 font-weight: bold 4}
1a { 2 color: blue 3} 4 5a { 6 font-weight: bold 7}
1a { 2 color: blue; 3 font-weight: bold 4}
1a { 2 font-weight: bold 3} 4 5p { 6 color: blue; 7 font-weight: bold 8}
1a,p { 2 font-weight: bold 3} 4 5p { 6 color: blue 7}
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs
No vulnerabilities found.
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 9
Details
Reason
4 existing vulnerabilities detected
Details
Reason
5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 3/22 approved changesets -- score normalized to 1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-03-10
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More