@unocss/preset-wind 0.31.6 → 0.31.8

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @unocss/preset-wind
2
2
 
3
- Tailwind / Windi CSS compact preset for UnoCSS, [UnoCSS](https://github.com/unocss/unocss).
3
+ Tailwind / Windi CSS compact preset for [UnoCSS](https://github.com/unocss/unocss).
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.31.6",
3
+ "version": "0.31.8",
4
4
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -35,12 +35,12 @@
35
35
  ],
36
36
  "sideEffects": false,
37
37
  "dependencies": {
38
- "@unocss/core": "0.31.6",
39
- "@unocss/preset-mini": "0.31.6"
38
+ "@unocss/core": "0.31.8",
39
+ "@unocss/preset-mini": "0.31.8"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",
43
43
  "stub": "unbuild --stub"
44
44
  },
45
- "readme": "# @unocss/preset-wind\n\nTailwind / Windi CSS compact preset for UnoCSS, [UnoCSS](https://github.com/unocss/unocss).\n\n## Installation\n\n```bash\nnpm i -D @unocss/preset-wind\n```\n\n```ts\nimport presetWind from '@unocss/preset-wind'\n\nUnocss({\n presets: [\n presetWind(),\n ],\n})\n```\n\n## License\n\nMIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)\n"
45
+ "readme": "# @unocss/preset-wind\n\nTailwind / Windi CSS compact preset for [UnoCSS](https://github.com/unocss/unocss).\n\n## Installation\n\n```bash\nnpm i -D @unocss/preset-wind\n```\n\n```ts\nimport presetWind from '@unocss/preset-wind'\n\nUnocss({\n presets: [\n presetWind(),\n ],\n})\n```\n\n## License\n\nMIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)\n"
46
46
  }