postcss-unit-unit
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -58,6 +58,3 @@ const getUnitRegexp = require("./pixel-unit-regexp"); | ||
decl.clone({ | ||
value: decl.value.replace( | ||
pxRegex, | ||
createPxReplace(opts, opts.landscapeUnit, opts.landscapeWidth) | ||
), | ||
value: decl.value.replace(pxRegex,createPxReplace(opts, opts.landscapeUnit, opts.landscapeWidth)), | ||
}) | ||
@@ -64,0 +61,0 @@ ); |
@@ -5,3 +5,3 @@ { | ||
"description": "A CSS post-processor that converts px to viewport units (vw, vh, rpx, rem, vmin, vmax, ...).", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"license": "MIT", | ||
@@ -21,5 +21,4 @@ "author": { | ||
"dependencies": { | ||
"object-assign": "^4.1", | ||
"postcss": "^8.0" | ||
} | ||
} |
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
1
14188
211
- Removedobject-assign@^4.1
- Removedobject-assign@4.1.1(transitive)