@unocss/transformer-directives
Advanced tools
Comparing version 0.58.0 to 0.58.1
@@ -13,3 +13,3 @@ import { SourceCodeTransformer, UnoGenerator } from '@unocss/core'; | ||
/** | ||
* Treat CSS variables as @apply directives for CSS syntax compatible. | ||
* Treat CSS custom properties as @apply directives for CSS syntax compatibility. | ||
* | ||
@@ -22,3 +22,3 @@ * Pass `false` to disable. | ||
/** | ||
* Treat CSS variables as directives for CSS syntax compatible. | ||
* Treat CSS custom properties as directives for CSS syntax compatibility. | ||
* | ||
@@ -25,0 +25,0 @@ * Pass `false` to disable, or a string to use as a prefix. |
{ | ||
"name": "@unocss/transformer-directives", | ||
"version": "0.58.0", | ||
"version": "0.58.1", | ||
"description": "UnoCSS transformer for `@apply` directive", | ||
@@ -36,4 +36,4 @@ "author": "hannoeru <me@hanlee.co>", | ||
"css-tree": "^2.3.1", | ||
"@unocss/core": "0.58.0", | ||
"@unocss/rule-utils": "0.58.0" | ||
"@unocss/core": "0.58.1", | ||
"@unocss/rule-utils": "0.58.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
@@ -49,3 +49,3 @@ # @unocss/transformer-directives | ||
To be compatible with vanilla CSS, you can use CSS Variables to replace the `@apply` directive. | ||
To be compatible with vanilla CSS, you can use CSS custom properties to replace the `@apply` directive. | ||
@@ -52,0 +52,0 @@ ```css |
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
25404
+ Added@unocss/core@0.58.1(transitive)
+ Added@unocss/rule-utils@0.58.1(transitive)
- Removed@unocss/core@0.58.0(transitive)
- Removed@unocss/rule-utils@0.58.0(transitive)
Updated@unocss/core@0.58.1
Updated@unocss/rule-utils@0.58.1