@unocss/extractor-arbitrary-variants
Advanced tools
Comparing version 0.63.6 to 0.64.0
@@ -6,4 +6,4 @@ import { Extractor } from '@unocss/core'; | ||
declare function splitCodeWithArbitraryVariants(code: string): string[]; | ||
declare const extractorArbitraryVariants: Extractor; | ||
declare function extractorArbitraryVariants(): Extractor; | ||
export { arbitraryPropertyRE, extractorArbitraryVariants as default, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants }; | ||
export { arbitraryPropertyRE, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants }; |
{ | ||
"name": "@unocss/extractor-arbitrary-variants", | ||
"type": "module", | ||
"version": "0.63.6", | ||
"version": "0.64.0", | ||
"description": "Extractor arbitrary variants for utilities", | ||
@@ -36,3 +36,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@unocss/core": "0.63.6" | ||
"@unocss/core": "0.64.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
74
5733
+ Added@unocss/core@0.64.0(transitive)
- Removed@unocss/core@0.63.6(transitive)
Updated@unocss/core@0.64.0