vite-plugin-style-to-vw
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -14,2 +14,5 @@ import { Plugin } from 'vite'; | ||
export { IdefaultsProp, vitePluginStyleToVw as default }; | ||
declare function stylePxToVw(code: number | string ,options?:IdefaultsProp):number | string | ||
export { IdefaultsProp, vitePluginStyleToVw as default, stylePxToVw }; |
{ | ||
"name": "vite-plugin-style-to-vw", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "一个可以将签内样式px转换vw的plugin", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -14,2 +14,2 @@ import { Plugin } from "vite"; | ||
export function stylePxToVw(code: number | string ,options?:IdefaultsProp):number | string |
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
25803
251