@unocss/transformer-directives 0.49.7 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -168,7 +168,7 @@ async function parseApply({ code, uno, offset, applyVariable }, node, childNode)
|
|
|
168
168
|
|
|
169
169
|
function transformerDirectives(options = {}) {
|
|
170
170
|
return {
|
|
171
|
-
name: "
|
|
171
|
+
name: "@unocss/transformer-directives",
|
|
172
172
|
enforce: options?.enforce,
|
|
173
173
|
idFilter: (id) => !!id.match(core.cssIdRE),
|
|
174
174
|
transform: (code, id, ctx) => {
|
package/dist/index.mjs
CHANGED
|
@@ -164,7 +164,7 @@ async function parseApply({ code, uno, offset, applyVariable }, node, childNode)
|
|
|
164
164
|
|
|
165
165
|
function transformerDirectives(options = {}) {
|
|
166
166
|
return {
|
|
167
|
-
name: "
|
|
167
|
+
name: "@unocss/transformer-directives",
|
|
168
168
|
enforce: options?.enforce,
|
|
169
169
|
idFilter: (id) => !!id.match(cssIdRE),
|
|
170
170
|
transform: (code, id, ctx) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/transformer-directives",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.0",
|
|
4
4
|
"description": "UnoCSS transformer for `@apply` directive",
|
|
5
5
|
"author": "hannoeru <me@hanlee.co>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@unocss/core": "0.
|
|
35
|
+
"@unocss/core": "0.50.0",
|
|
36
36
|
"css-tree": "^2.3.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|