unocss 0.13.0 → 0.14.2
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 +8 -8
package/README.md
CHANGED
|
@@ -34,6 +34,7 @@ Inspired by [Windi CSS](http://windicss.org/), [Tailwind CSS](https://tailwindcs
|
|
|
34
34
|
- [Inspector](#inspector) - inspect and debug interatively.
|
|
35
35
|
- [CSS-in-JS Runtime version](https://github.com/antfu/unocss/tree/main/packages/runtime)
|
|
36
36
|
- [CSS Scoping](#css-scoping)
|
|
37
|
+
- [VS Code extension](https://marketplace.visualstudio.com/items?itemName=antfu.unocss)
|
|
37
38
|
- Code-splitting for CSS - ships minimal CSS for MPA.
|
|
38
39
|
- Library friendly - ships atomic styles with your component libraries and safely scoped.
|
|
39
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"*.d.ts"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@unocss/core": "0.
|
|
46
|
-
"@unocss/cli": "0.
|
|
47
|
-
"@unocss/reset": "0.
|
|
48
|
-
"@unocss/preset-icons": "0.
|
|
49
|
-
"@unocss/preset-attributify": "0.
|
|
50
|
-
"@unocss/preset-uno": "0.
|
|
51
|
-
"@unocss/vite": "0.
|
|
45
|
+
"@unocss/core": "0.14.2",
|
|
46
|
+
"@unocss/cli": "0.14.2",
|
|
47
|
+
"@unocss/reset": "0.14.2",
|
|
48
|
+
"@unocss/preset-icons": "0.14.2",
|
|
49
|
+
"@unocss/preset-attributify": "0.14.2",
|
|
50
|
+
"@unocss/preset-uno": "0.14.2",
|
|
51
|
+
"@unocss/vite": "0.14.2"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=14"
|