@unocss/reset 0.32.12 → 0.33.1

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 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/reset",
3
- "version": "0.32.12",
3
+ "version": "0.33.1",
4
4
  "description": "Collection of CSS reseting",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/unocss/unocss#readme",
package/tailwind.css CHANGED
@@ -155,6 +155,7 @@ select,
155
155
  textarea {
156
156
  font-family: inherit; /* 1 */
157
157
  font-size: 100%; /* 1 */
158
+ font-weight: inherit; /* 1 */
158
159
  line-height: inherit; /* 1 */
159
160
  color: inherit; /* 1 */
160
161
  margin: 0; /* 2 */
@@ -352,15 +353,3 @@ video {
352
353
  max-width: 100%;
353
354
  height: auto;
354
355
  }
355
-
356
- /*
357
- Ensure the default browser behavior of the `hidden` attribute.
358
- */
359
-
360
- [hidden] {
361
- display: none;
362
- }
363
-
364
- .dark {
365
- color-scheme: dark;
366
- }