@unocss/preset-wind 0.42.1 → 0.43.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.
package/dist/index.cjs CHANGED
@@ -1134,7 +1134,8 @@ const presetWind = (options = {}) => {
1134
1134
  shortcuts,
1135
1135
  variants: variants(options),
1136
1136
  options,
1137
- preflights: presetMini.preflights
1137
+ preflights: presetMini.preflights,
1138
+ prefix: options.prefix
1138
1139
  };
1139
1140
  };
1140
1141
 
package/dist/index.mjs CHANGED
@@ -1131,7 +1131,8 @@ const presetWind = (options = {}) => {
1131
1131
  shortcuts,
1132
1132
  variants: variants(options),
1133
1133
  options,
1134
- preflights
1134
+ preflights,
1135
+ prefix: options.prefix
1135
1136
  };
1136
1137
  };
1137
1138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.42.1",
3
+ "version": "0.43.0",
4
4
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "*.css"
36
36
  ],
37
37
  "dependencies": {
38
- "@unocss/core": "0.42.1",
39
- "@unocss/preset-mini": "0.42.1"
38
+ "@unocss/core": "0.43.0",
39
+ "@unocss/preset-mini": "0.43.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",