@windicss/plugin-utils
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -72,2 +72,9 @@ import { Config } from 'windicss/types/interfaces'; | ||
/** | ||
* File paths will be resolved against this directory. | ||
* | ||
* @default process.cwd | ||
* @internal | ||
*/ | ||
root?: string; | ||
/** | ||
* Scan the files and extract the usage | ||
@@ -191,2 +198,3 @@ * | ||
}; | ||
root: string; | ||
transformCSS: boolean | 'pre' | 'auto' | 'post'; | ||
@@ -193,0 +201,0 @@ transformGroups: boolean; |
{ | ||
"name": "@windicss/plugin-utils", | ||
"description": "Common utils for building integrations of Windi CSS", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3233521
90280