@windicss/plugin-utils
Advanced tools
Comparing version 0.4.12 to 0.4.13
@@ -165,3 +165,3 @@ import { Config } from 'windicss/types/interfaces'; | ||
}; | ||
transformCSS: boolean | 'pre' | 'post'; | ||
transformCSS: boolean | 'pre' | 'auto' | 'post'; | ||
transformGroups: boolean; | ||
@@ -168,0 +168,0 @@ sortUtilities: boolean; |
{ | ||
"name": "@windicss/plugin-utils", | ||
"description": "Common utils for building integrations of Windi CSS", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.mjs", |
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
77953