postcss-unit-unit
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "postcss-unit-unit", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -71,3 +71,3 @@ # CSS 单位自动转换工具 | ||
plugins: { | ||
"postcss-px-to-viewport": { | ||
"postcss-unit-unit": { | ||
viewportWidth: 375, | ||
@@ -83,3 +83,3 @@ }, | ||
// vite.config.js | ||
import PxToViewport from "postcss-px-to-viewport"; | ||
import PxToViewport from "postcss-unit-unit"; | ||
@@ -86,0 +86,0 @@ export default defineConfig({ |
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
13542