@unocss/reset 0.22.1 → 0.22.5
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 +4 -3
package/package.json
CHANGED
package/tailwind.css
CHANGED
|
@@ -53,7 +53,7 @@ hr {
|
|
|
53
53
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
54
54
|
*/
|
|
55
55
|
|
|
56
|
-
abbr[title] {
|
|
56
|
+
abbr:where([title]) {
|
|
57
57
|
text-decoration: underline dotted;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -139,7 +139,7 @@ sup {
|
|
|
139
139
|
table {
|
|
140
140
|
text-indent: 0; /* 1 */
|
|
141
141
|
border-color: inherit; /* 2 */
|
|
142
|
-
border-collapse: collapse;
|
|
142
|
+
border-collapse: collapse; /* 3 */
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
/*
|
|
@@ -283,7 +283,8 @@ legend {
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
ol,
|
|
286
|
-
ul
|
|
286
|
+
ul,
|
|
287
|
+
menu {
|
|
287
288
|
list-style: none;
|
|
288
289
|
margin: 0;
|
|
289
290
|
padding: 0;
|