@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tailwind.css +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/reset",
3
- "version": "0.22.1",
3
+ "version": "0.22.5",
4
4
  "description": "Collection of CSS reseting",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/antfu/unocss#readme",
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; /* 3 */
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;