Gathering detailed insights and metrics for postcss-reduce-initial-nightly
Gathering detailed insights and metrics for postcss-reduce-initial-nightly
Gathering detailed insights and metrics for postcss-reduce-initial-nightly
Gathering detailed insights and metrics for postcss-reduce-initial-nightly
Un-Official nightly release for cssnano under name `cssnano-nightly`
npm install postcss-reduce-initial-nightly
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (96.55%)
CSS (3.05%)
Shell (0.4%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
65 Commits
1 Watchers
16 Branches
1 Contributors
Updated on Mar 04, 2023
Latest Version
0.8.4
Package Id
postcss-reduce-initial-nightly@0.8.4
Unpacked Size
14.90 kB
Size
4.86 kB
File Count
6
NPM Version
6.14.6
Node Version
10.22.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
In this, the package is named as postcss-reduce-initial-nightly
In from this docs, you need to replace every
postcss-reduce-initial --> postcss-reduce-initial-nightly
Original Docs below
Reduce
initial
definitions to the actual initial value, where possible.
With npm do:
npm install postcss-reduce-initial --save
See the data for more conversions. This data is courtesy of Mozilla.
initial
valuesWhen the initial
keyword is longer than the property value, it will
be converted:
1h1 { 2 min-width: initial; 3}
1h1 { 2 min-width: 0; 3}
initial
When the initial
value is smaller than the property value, it will
be converted:
1h1 { 2 transform-box: border-box; 3}
1h1 { 2 transform-box: initial; 3}
This conversion is only applied when you supply a browsers list that all support
the initial
keyword; it's worth noting that Internet Explorer has no support.
Type: Array<String>
Default: undefined
It contains the Array of properties that will be ignored while reducing its value to initial.
Example : { ignore : ["min-height"] }
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
Template:CSSData by Mozilla Contributors is licensed under CC-BY-SA 2.5.
MIT © Ben Briggs
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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