vite-plugin-style-to-vw
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "vite-plugin-style-to-vw", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "一个可以将签内样式px转换vw的plugin", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -11,3 +11,5 @@ import { Plugin } from "vite"; | ||
declare function vitePluginStyleToVw (options?: IdefaultsProp): Plugin; | ||
export default function vitePluginStyleToVw(options?:IdefaultsProp):Plugin | ||
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
20860