@unocss/preset-mini 0.33.4 → 0.34.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/chunks/default3.cjs
CHANGED
|
@@ -195,8 +195,8 @@ const variantNegative = {
|
|
|
195
195
|
};
|
|
196
196
|
|
|
197
197
|
const PseudoClasses = Object.fromEntries([
|
|
198
|
-
["first-letter", "::first"],
|
|
199
|
-
["first-line", "::first"],
|
|
198
|
+
["first-letter", "::first-letter"],
|
|
199
|
+
["first-line", "::first-line"],
|
|
200
200
|
"any-link",
|
|
201
201
|
"link",
|
|
202
202
|
"visited",
|
package/dist/chunks/default3.mjs
CHANGED
|
@@ -193,8 +193,8 @@ const variantNegative = {
|
|
|
193
193
|
};
|
|
194
194
|
|
|
195
195
|
const PseudoClasses = Object.fromEntries([
|
|
196
|
-
["first-letter", "::first"],
|
|
197
|
-
["first-line", "::first"],
|
|
196
|
+
["first-letter", "::first-letter"],
|
|
197
|
+
["first-line", "::first-line"],
|
|
198
198
|
"any-link",
|
|
199
199
|
"link",
|
|
200
200
|
"visited",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-mini",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "The minimal preset for UnoCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
],
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@unocss/core": "0.
|
|
64
|
+
"@unocss/core": "0.34.1"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build": "unbuild",
|