postcss-preset-env
Advanced tools
Comparing version 9.1.2 to 9.1.3
{ | ||
"name": "postcss-preset-env", | ||
"description": "Convert modern CSS into something browsers understand", | ||
"version": "9.1.2", | ||
"version": "9.1.3", | ||
"contributors": [ | ||
@@ -53,10 +53,10 @@ { | ||
"@csstools/postcss-cascade-layers": "^4.0.0", | ||
"@csstools/postcss-color-function": "^3.0.2", | ||
"@csstools/postcss-color-mix-function": "^2.0.2", | ||
"@csstools/postcss-color-function": "^3.0.3", | ||
"@csstools/postcss-color-mix-function": "^2.0.3", | ||
"@csstools/postcss-exponential-functions": "^1.0.0", | ||
"@csstools/postcss-font-format-keywords": "^3.0.0", | ||
"@csstools/postcss-gradients-interpolation-method": "^4.0.2", | ||
"@csstools/postcss-hwb-function": "^3.0.2", | ||
"@csstools/postcss-gradients-interpolation-method": "^4.0.3", | ||
"@csstools/postcss-hwb-function": "^3.0.3", | ||
"@csstools/postcss-ic-unit": "^3.0.0", | ||
"@csstools/postcss-is-pseudo-class": "^4.0.0", | ||
"@csstools/postcss-is-pseudo-class": "^4.0.1", | ||
"@csstools/postcss-logical-float-and-clear": "^2.0.0", | ||
@@ -69,8 +69,8 @@ "@csstools/postcss-logical-resize": "^2.0.0", | ||
"@csstools/postcss-normalize-display-values": "^3.0.0", | ||
"@csstools/postcss-oklab-function": "^3.0.2", | ||
"@csstools/postcss-oklab-function": "^3.0.3", | ||
"@csstools/postcss-progressive-custom-properties": "^3.0.0", | ||
"@csstools/postcss-relative-color-syntax": "^2.0.2", | ||
"@csstools/postcss-relative-color-syntax": "^2.0.3", | ||
"@csstools/postcss-scope-pseudo-class": "^3.0.0", | ||
"@csstools/postcss-stepped-value-functions": "^3.0.1", | ||
"@csstools/postcss-text-decoration-shorthand": "^3.0.1", | ||
"@csstools/postcss-text-decoration-shorthand": "^3.0.2", | ||
"@csstools/postcss-trigonometric-functions": "^3.0.1", | ||
@@ -100,3 +100,3 @@ "@csstools/postcss-unset-value": "^3.0.0", | ||
"postcss-initial": "^4.0.1", | ||
"postcss-lab-function": "^6.0.2", | ||
"postcss-lab-function": "^6.0.3", | ||
"postcss-logical": "^7.0.0", | ||
@@ -119,3 +119,3 @@ "postcss-nesting": "^12.0.1", | ||
"@csstools/postcss-tape": "*", | ||
"@webref/css": "^6.6.2", | ||
"@webref/css": "^6.7.1", | ||
"postcss-simple-vars": "^7.0.1" | ||
@@ -122,0 +122,0 @@ }, |
@@ -30,2 +30,7 @@ # PostCSS Preset Env [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss] | ||
/* pluginOptions */ | ||
features: { | ||
'nesting-rules': { | ||
noIsPseudoSelector: false, | ||
}, | ||
}, | ||
}) | ||
@@ -32,0 +37,0 @@ ] |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148206
488