@unocss/transformer-directives
Advanced tools
Comparing version 0.26.4 to 0.27.0
import { SourceCodeTransformer, UnoGenerator } from '@unocss/core'; | ||
import MagicString from 'magic-string-extra'; | ||
declare function transformerDirectives(): SourceCodeTransformer; | ||
declare function transformDirectives(css: string, uno: UnoGenerator, filename?: string): Promise<string>; | ||
declare function transformDirectives(code: MagicString, uno: UnoGenerator, filename?: string): Promise<void>; | ||
export { transformerDirectives as default, transformDirectives }; |
{ | ||
"name": "@unocss/transformer-directives", | ||
"version": "0.26.4", | ||
"version": "0.27.0", | ||
"description": "UnoCSS transformer for `@apply` directive", | ||
@@ -34,5 +34,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@unocss/core": "0.26.4", | ||
"@unocss/core": "0.27.0", | ||
"css-tree": "^2.0.4" | ||
}, | ||
"devDependencies": { | ||
"magic-string-extra": "^0.1.2" | ||
}, | ||
"scripts": { | ||
@@ -39,0 +42,0 @@ "build": "unbuild", |
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
9685
1
168
+ Added@unocss/core@0.27.0(transitive)
- Removed@unocss/core@0.26.4(transitive)
Updated@unocss/core@0.27.0