@flemist/postcss-pxtorem
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -9,2 +9,2 @@ // excluding regex trick: http://www.rexegg.com/regex-best-trick.html | ||
module.exports = /"[^"]+"|'[^']+'|url\([^)]+\)|((?<=^|[^\w-])-?\d*\.?\d+)px\b/g; | ||
module.exports = /"[^"]+"|'[^']+'|url\([^)]+\)|((?<=(^|[^\w-])-?)\d*\.?\d+)px\b/g; |
{ | ||
"name": "@flemist/postcss-pxtorem", | ||
"description": "A CSS post-processor that converts px to rem.", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "cuth", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
31337
17