@unocss/reset 0.31.8 → 0.31.9

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/package.json +1 -1
  2. package/tailwind.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/reset",
3
- "version": "0.31.8",
3
+ "version": "0.31.9",
4
4
  "description": "Collection of CSS reseting",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/unocss/unocss#readme",
package/tailwind.css CHANGED
@@ -362,5 +362,5 @@ Ensure the default browser behavior of the `hidden` attribute.
362
362
  }
363
363
 
364
364
  .dark {
365
- color-schema: dark;
365
+ color-scheme: dark;
366
366
  }