@unocss/preset-uno 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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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
- > Please note that this preset is more like a playground at the current stage to experiment with the possibility of UnoCSS and also as a reference for making a custom preset. It does NOT follow semver and subjects to changes without further notice. We don't recommend using it on serious works. Use custom rules instead to ensure a stable outcome.
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://unocss.antfu.me/) and try out. Meanwhile, you can also check out [the implementations](https://github.com/unocss/unocss/tree/main/packages).
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.39.2",
3
+ "version": "0.41.0",
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.39.2",
54
- "@unocss/preset-mini": "0.39.2",
55
- "@unocss/preset-wind": "0.39.2"
53
+ "@unocss/core": "0.41.0",
54
+ "@unocss/preset-mini": "0.41.0",
55
+ "@unocss/preset-wind": "0.41.0"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "unbuild",