unocss 0.50.2 → 0.50.4
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 +1 -0
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -93,6 +93,7 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
|
|
|
93
93
|
- [unocss-preset-chinese](https://github.com/kirklin/unocss-preset-chinese) - Preset for Chinese fonts by [@kirklin](https://github.com/kirklin).
|
|
94
94
|
- [unocss-preset-autoprefixer](https://github.com/zouhangwithsweet/unocss-preset-autoprefixer) - Autoprefixer Preset by [@zouhang](https://github.com/zouhangwithsweet).
|
|
95
95
|
- [unocss-preset-scrollbar-hide](https://github.com/reslear/unocss-preset-scrollbar-hide) - Hide scrollbars, although the element can still be scrolled by [@reslear](https://github.com/reslear).
|
|
96
|
+
- [unocss-preset-radix](https://github.com/endigma/unocss-preset-radix) - Use the Radix UI color palette with UnoCSS by [@endigma](https://github.com/endigma)
|
|
96
97
|
|
|
97
98
|
###### Community Frameworks
|
|
98
99
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.4",
|
|
4
4
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"node": ">=14"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
|
-
"@unocss/webpack": "0.50.
|
|
106
|
+
"@unocss/webpack": "0.50.4"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"@unocss/webpack": {
|
|
@@ -111,27 +111,27 @@
|
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
|
-
"@unocss/astro": "0.50.
|
|
115
|
-
"@unocss/cli": "0.50.
|
|
116
|
-
"@unocss/core": "0.50.
|
|
117
|
-
"@unocss/postcss": "0.50.
|
|
118
|
-
"@unocss/preset-attributify": "0.50.
|
|
119
|
-
"@unocss/preset-icons": "0.50.
|
|
120
|
-
"@unocss/preset-mini": "0.50.
|
|
121
|
-
"@unocss/preset-tagify": "0.50.
|
|
122
|
-
"@unocss/preset-typography": "0.50.
|
|
123
|
-
"@unocss/preset-uno": "0.50.
|
|
124
|
-
"@unocss/preset-web-fonts": "0.50.
|
|
125
|
-
"@unocss/preset-wind": "0.50.
|
|
126
|
-
"@unocss/reset": "0.50.
|
|
127
|
-
"@unocss/transformer-attributify-jsx": "0.50.
|
|
128
|
-
"@unocss/transformer-compile-class": "0.50.
|
|
129
|
-
"@unocss/transformer-directives": "0.50.
|
|
130
|
-
"@unocss/transformer-variant-group": "0.50.
|
|
131
|
-
"@unocss/vite": "0.50.
|
|
114
|
+
"@unocss/astro": "0.50.4",
|
|
115
|
+
"@unocss/cli": "0.50.4",
|
|
116
|
+
"@unocss/core": "0.50.4",
|
|
117
|
+
"@unocss/postcss": "0.50.4",
|
|
118
|
+
"@unocss/preset-attributify": "0.50.4",
|
|
119
|
+
"@unocss/preset-icons": "0.50.4",
|
|
120
|
+
"@unocss/preset-mini": "0.50.4",
|
|
121
|
+
"@unocss/preset-tagify": "0.50.4",
|
|
122
|
+
"@unocss/preset-typography": "0.50.4",
|
|
123
|
+
"@unocss/preset-uno": "0.50.4",
|
|
124
|
+
"@unocss/preset-web-fonts": "0.50.4",
|
|
125
|
+
"@unocss/preset-wind": "0.50.4",
|
|
126
|
+
"@unocss/reset": "0.50.4",
|
|
127
|
+
"@unocss/transformer-attributify-jsx": "0.50.4",
|
|
128
|
+
"@unocss/transformer-compile-class": "0.50.4",
|
|
129
|
+
"@unocss/transformer-directives": "0.50.4",
|
|
130
|
+
"@unocss/transformer-variant-group": "0.50.4",
|
|
131
|
+
"@unocss/vite": "0.50.4"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@unocss/webpack": "0.50.
|
|
134
|
+
"@unocss/webpack": "0.50.4"
|
|
135
135
|
},
|
|
136
136
|
"scripts": {
|
|
137
137
|
"build": "unbuild",
|