Gathering detailed insights and metrics for postcss-env-function
Gathering detailed insights and metrics for postcss-env-function
Gathering detailed insights and metrics for postcss-env-function
Gathering detailed insights and metrics for postcss-env-function
@types/postcss-env-function
TypeScript definitions for postcss-env-function
postcss-preset-env
Convert modern CSS into something browsers understand
browserslist
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
postcss-opacity-percentage
PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.
npm install postcss-env-function
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
911 Stars
4,090 Commits
72 Forks
11 Watching
3 Branches
131 Contributors
Updated on 27 Nov 2024
CSS (43.44%)
JavaScript (30.18%)
TypeScript (22.78%)
HTML (3.02%)
Nunjucks (0.48%)
Shell (0.1%)
Cumulative downloads
Total Downloads
Last day
-6.1%
843,476
Compared to previous day
Last week
1.3%
4,480,889
Compared to previous week
Last month
6.1%
19,024,191
Compared to previous month
Last year
-23.5%
244,813,344
Compared to previous year
1
1
We are happy you're here!
This repository contains plugins, plugin-packs, utilities, CLI tools, ... to help you do more with CSS.
Read more about PostCSS Preset Env or jump right in :
postcss-preset-env
from npm.postcss-preset-env
to your configuration:1const postcssPresetEnv = require('postcss-preset-env'); 2 3const yourConfig = { 4 plugins: [ 5 /* other plugins */ 6 /* remove autoprefixer if you had it here, it's part of postcss-preset-env */ 7 postcssPresetEnv({ 8 /* pluginOptions */ 9 features: {}, 10 }) 11 ] 12}
We're trying to bring every reasonable CSS Spec into all the browsers.
First we keep track of new features through the CSSDB (see the repo). Then we do our best to create a PostCSS plugin that can convert that new syntax/function/rules so every browser can understand it.
While it's not always possible we're enabling over 50 features with these plugins!
We want it to be easier for you to be effective at writing CSS.
From time to time we will publish plugins that aren't related to a standard CSS spec but that we think will help developers.
Thanks for being willing to contribute! Please read our contributing guide!
We could not do this work without the contributions of the community.
We appreciate all of you!
We want to thank:
We also want to thank these organizations and people for making their tools available to Open Source maintainers:
No vulnerabilities found.
Reason
30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
Found 1/27 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-25
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