@unocss/preset-wind 0.45.26 → 0.45.29

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
@@ -1050,6 +1050,9 @@ const theme = {
1050
1050
  mouse: "(hover) and (pointer: fine)",
1051
1051
  hd_color: "(dynamic-range: high)"
1052
1052
  },
1053
+ supports: {
1054
+ grid: "(display: grid)"
1055
+ },
1053
1056
  preflightBase: {
1054
1057
  ...rules$1.transformBase,
1055
1058
  ...touchActionBase,
package/dist/index.mjs CHANGED
@@ -1047,6 +1047,9 @@ const theme = {
1047
1047
  mouse: "(hover) and (pointer: fine)",
1048
1048
  hd_color: "(dynamic-range: high)"
1049
1049
  },
1050
+ supports: {
1051
+ grid: "(display: grid)"
1052
+ },
1050
1053
  preflightBase: {
1051
1054
  ...transformBase,
1052
1055
  ...touchActionBase,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-wind",
3
- "version": "0.45.26",
3
+ "version": "0.45.29",
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.45.26",
39
- "@unocss/preset-mini": "0.45.26"
38
+ "@unocss/core": "0.45.29",
39
+ "@unocss/preset-mini": "0.45.29"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild",