postcss-modules-values-replace
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -160,2 +160,5 @@ const postcss = require('postcss'); | ||
node.value = replaceValueSymbols(node.value, definitions); | ||
} else if (node.type === 'atrule' && node.name === 'media') { | ||
// eslint-disable-next-line no-param-reassign | ||
node.params = replaceValueSymbols(node.params, definitions); | ||
} | ||
@@ -162,0 +165,0 @@ }); |
{ | ||
"name": "postcss-modules-values-replace", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "PostCSS plugin to work around CSS Modules values limitations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
10883
131