@unocss/preset-wind 0.59.4 → 0.60.1
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.mjs +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1252,7 +1252,7 @@ function important(option) {
|
|
|
1252
1252
|
if (selector.startsWith(":is(") && selector.endsWith(")"))
|
|
1253
1253
|
return selector;
|
|
1254
1254
|
if (selector.includes("::"))
|
|
1255
|
-
return selector.replace(/(
|
|
1255
|
+
return selector.replace(/(.*?)(\s*::.*)/, ":is($1)$2");
|
|
1256
1256
|
return `:is(${selector})`;
|
|
1257
1257
|
};
|
|
1258
1258
|
return [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-wind",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.60.1",
|
|
5
5
|
"description": "Tailwind / Windi CSS compact preset for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@unocss/
|
|
39
|
-
"@unocss/
|
|
40
|
-
"@unocss/rule-utils": "0.
|
|
38
|
+
"@unocss/preset-mini": "0.60.1",
|
|
39
|
+
"@unocss/core": "0.60.1",
|
|
40
|
+
"@unocss/rule-utils": "0.60.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "unbuild",
|