@unocss/preset-wind 0.15.2 → 0.15.6

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
@@ -292,8 +292,8 @@ const bgRepeats = [
292
292
  ];
293
293
  const bgSizes = [
294
294
  ["bg-auto", { "background-size": "auto" }],
295
- ["bg-cover", { "background-repeat": "cover" }],
296
- ["bg-contain", { "background-position": "contain" }]
295
+ ["bg-cover", { "background-size": "cover" }],
296
+ ["bg-contain", { "background-size": "contain" }]
297
297
  ];
298
298
 
299
299
  const listStyleProps = ["none", "disc", "circle", "square", "decimal", "zero-decimal", "greek", "roman", "upper-roman", "alpha", "upper-alpha"];
package/dist/index.mjs CHANGED
@@ -289,8 +289,8 @@ const bgRepeats = [
289
289
  ];
290
290
  const bgSizes = [
291
291
  ["bg-auto", { "background-size": "auto" }],
292
- ["bg-cover", { "background-repeat": "cover" }],
293
- ["bg-contain", { "background-position": "contain" }]
292
+ ["bg-cover", { "background-size": "cover" }],
293
+ ["bg-contain", { "background-size": "contain" }]
294
294
  ];
295
295
 
296
296
  const listStyleProps = ["none", "disc", "circle", "square", "decimal", "zero-decimal", "greek", "roman", "upper-roman", "alpha", "upper-alpha"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.15.2",
3
+ "version": "0.15.6",
4
4
  "description": "Tailwind / Windi CSS compact preset for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -35,8 +35,8 @@
35
35
  "*.css"
36
36
  ],
37
37
  "dependencies": {
38
- "@unocss/core": "0.15.2",
39
- "@unocss/preset-mini": "0.15.2"
38
+ "@unocss/core": "0.15.6",
39
+ "@unocss/preset-mini": "0.15.6"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",