@unocss/reset 0.32.13 → 0.33.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/package.json +1 -1
- package/tailwind.css +1 -12
package/package.json
CHANGED
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
|
-
}
|