unocss 0.39.2 → 0.41.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/README.md +2 -0
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -134,6 +134,8 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
|
|
|
134
134
|
- [@unocss/preset-icons](https://github.com/unocss/unocss/tree/main/packages/preset-icons) - Use any icon as a class utility.
|
|
135
135
|
- [@unocss/preset-web-fonts](https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts) - Web fonts at ease.
|
|
136
136
|
- [@unocss/preset-typography](https://github.com/unocss/unocss/tree/main/packages/preset-typography) - The typography preset.
|
|
137
|
+
- [@unocss/preset-tagify](https://github.com/unocss/unocss/tree/main/packages/preset-tagify) - Tagify Mode for UnoCSS.
|
|
138
|
+
- [@unocss/preset-rem-to-px](https://github.com/unocss/unocss/tree/main/packages/preset-rem-to-px) - Coverts rem to px for utils.
|
|
137
139
|
|
|
138
140
|
###### Community Presets
|
|
139
141
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.0",
|
|
4
4
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"node": ">=14"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"@unocss/webpack": "0.
|
|
96
|
+
"@unocss/webpack": "0.41.0"
|
|
97
97
|
},
|
|
98
98
|
"peerDependenciesMeta": {
|
|
99
99
|
"@unocss/webpack": {
|
|
@@ -101,24 +101,24 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@unocss/cli": "0.
|
|
105
|
-
"@unocss/core": "0.
|
|
106
|
-
"@unocss/preset-attributify": "0.
|
|
107
|
-
"@unocss/preset-icons": "0.
|
|
108
|
-
"@unocss/preset-mini": "0.
|
|
109
|
-
"@unocss/preset-tagify": "0.
|
|
110
|
-
"@unocss/preset-typography": "0.
|
|
111
|
-
"@unocss/preset-uno": "0.
|
|
112
|
-
"@unocss/preset-web-fonts": "0.
|
|
113
|
-
"@unocss/preset-wind": "0.
|
|
114
|
-
"@unocss/reset": "0.
|
|
115
|
-
"@unocss/transformer-compile-class": "0.
|
|
116
|
-
"@unocss/transformer-directives": "0.
|
|
117
|
-
"@unocss/transformer-variant-group": "0.
|
|
118
|
-
"@unocss/vite": "0.
|
|
104
|
+
"@unocss/cli": "0.41.0",
|
|
105
|
+
"@unocss/core": "0.41.0",
|
|
106
|
+
"@unocss/preset-attributify": "0.41.0",
|
|
107
|
+
"@unocss/preset-icons": "0.41.0",
|
|
108
|
+
"@unocss/preset-mini": "0.41.0",
|
|
109
|
+
"@unocss/preset-tagify": "0.41.0",
|
|
110
|
+
"@unocss/preset-typography": "0.41.0",
|
|
111
|
+
"@unocss/preset-uno": "0.41.0",
|
|
112
|
+
"@unocss/preset-web-fonts": "0.41.0",
|
|
113
|
+
"@unocss/preset-wind": "0.41.0",
|
|
114
|
+
"@unocss/reset": "0.41.0",
|
|
115
|
+
"@unocss/transformer-compile-class": "0.41.0",
|
|
116
|
+
"@unocss/transformer-directives": "0.41.0",
|
|
117
|
+
"@unocss/transformer-variant-group": "0.41.0",
|
|
118
|
+
"@unocss/vite": "0.41.0"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@unocss/webpack": "0.
|
|
121
|
+
"@unocss/webpack": "0.41.0"
|
|
122
122
|
},
|
|
123
123
|
"scripts": {
|
|
124
124
|
"build": "unbuild",
|