@unocss/preset-uno 0.39.3 → 0.41.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/README.md +4 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
The default preset for [UnoCSS](https://github.com/unocss/unocss).
|
|
4
4
|
|
|
5
|
-
>
|
|
5
|
+
> This preset inherits
|
|
6
|
+
> - [@unocss/preset-wind](https://github.com/antfu/unocss/tree/main/packages/preset-wind)
|
|
7
|
+
> - [@unocss/preset-mini](https://github.com/antfu/unocss/tree/main/packages/preset-mini)
|
|
6
8
|
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
@@ -33,7 +35,7 @@ For example, both `ml-3` (Tailwind), `ms-2` (Bootstrap), `ma4` (Tachyons), `mt-1
|
|
|
33
35
|
.mt-10px { margin-top: 10px; }
|
|
34
36
|
```
|
|
35
37
|
|
|
36
|
-
For more details about the default preset, you can check out our [playground](https://
|
|
38
|
+
For more details about the default preset, you can check out our [playground](https://uno.antfu.me/play/) and try out. Meanwhile, you can also check out [the implementations](https://github.com/unocss/unocss/tree/main/packages).
|
|
37
39
|
|
|
38
40
|
## License
|
|
39
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-uno",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.1",
|
|
4
4
|
"description": "The default preset for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"*.css"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@unocss/core": "0.
|
|
54
|
-
"@unocss/preset-mini": "0.
|
|
55
|
-
"@unocss/preset-wind": "0.
|
|
53
|
+
"@unocss/core": "0.41.1",
|
|
54
|
+
"@unocss/preset-mini": "0.41.1",
|
|
55
|
+
"@unocss/preset-wind": "0.41.1"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "unbuild",
|