unocss 0.45.15 → 0.45.20
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 +20 -20
package/README.md
CHANGED
|
@@ -147,6 +147,7 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
|
|
|
147
147
|
- [unocss-preset-heropatterns](https://github.com/Julien-R44/unocss-preset-heropatterns) - Preset that integrates [Hero Patterns](https://heropatterns.com/) by [@Julien-R44](https://github.com/Julien-R44).
|
|
148
148
|
- [unocss-preset-flowbite](https://github.com/Julien-R44/unocss-preset-flowbite) - Port of of [Flowbite Tailwind plugin](https://github.com/themesberg/flowbite) for UnoCSS by [@Julien-R44](https://github.com/Julien-R44).
|
|
149
149
|
- [unocss-preset-forms](https://github.com/Julien-R44/unocss-preset-forms) - Port of [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) for UnoCSS by [@Julien-R44](https://github.com/Julien-R44).
|
|
150
|
+
- [unocss-preset-extra](https://github.com/MoomFE/unocss-preset-extra) - [Animate.css](https://animate.style) Preset and some other rules by [@Zhang-Wei-666](https://github.com/Zhang-Wei-666)
|
|
150
151
|
|
|
151
152
|
### Using Presets
|
|
152
153
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.20",
|
|
4
4
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"node": ">=14"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
|
-
"@unocss/webpack": "0.45.
|
|
101
|
+
"@unocss/webpack": "0.45.20"
|
|
102
102
|
},
|
|
103
103
|
"peerDependenciesMeta": {
|
|
104
104
|
"@unocss/webpack": {
|
|
@@ -106,26 +106,26 @@
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@unocss/astro": "0.45.
|
|
110
|
-
"@unocss/cli": "0.45.
|
|
111
|
-
"@unocss/core": "0.45.
|
|
112
|
-
"@unocss/preset-attributify": "0.45.
|
|
113
|
-
"@unocss/preset-icons": "0.45.
|
|
114
|
-
"@unocss/preset-mini": "0.45.
|
|
115
|
-
"@unocss/preset-tagify": "0.45.
|
|
116
|
-
"@unocss/preset-typography": "0.45.
|
|
117
|
-
"@unocss/preset-uno": "0.45.
|
|
118
|
-
"@unocss/preset-web-fonts": "0.45.
|
|
119
|
-
"@unocss/preset-wind": "0.45.
|
|
120
|
-
"@unocss/reset": "0.45.
|
|
121
|
-
"@unocss/transformer-attributify-jsx": "0.45.
|
|
122
|
-
"@unocss/transformer-compile-class": "0.45.
|
|
123
|
-
"@unocss/transformer-directives": "0.45.
|
|
124
|
-
"@unocss/transformer-variant-group": "0.45.
|
|
125
|
-
"@unocss/vite": "0.45.
|
|
109
|
+
"@unocss/astro": "0.45.20",
|
|
110
|
+
"@unocss/cli": "0.45.20",
|
|
111
|
+
"@unocss/core": "0.45.20",
|
|
112
|
+
"@unocss/preset-attributify": "0.45.20",
|
|
113
|
+
"@unocss/preset-icons": "0.45.20",
|
|
114
|
+
"@unocss/preset-mini": "0.45.20",
|
|
115
|
+
"@unocss/preset-tagify": "0.45.20",
|
|
116
|
+
"@unocss/preset-typography": "0.45.20",
|
|
117
|
+
"@unocss/preset-uno": "0.45.20",
|
|
118
|
+
"@unocss/preset-web-fonts": "0.45.20",
|
|
119
|
+
"@unocss/preset-wind": "0.45.20",
|
|
120
|
+
"@unocss/reset": "0.45.20",
|
|
121
|
+
"@unocss/transformer-attributify-jsx": "0.45.20",
|
|
122
|
+
"@unocss/transformer-compile-class": "0.45.20",
|
|
123
|
+
"@unocss/transformer-directives": "0.45.20",
|
|
124
|
+
"@unocss/transformer-variant-group": "0.45.20",
|
|
125
|
+
"@unocss/vite": "0.45.20"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@unocss/webpack": "0.45.
|
|
128
|
+
"@unocss/webpack": "0.45.20"
|
|
129
129
|
},
|
|
130
130
|
"scripts": {
|
|
131
131
|
"build": "unbuild",
|