@unocss/reset 0.55.3 → 0.55.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/reset",
3
3
  "type": "module",
4
- "version": "0.55.3",
4
+ "version": "0.55.5",
5
5
  "description": "Collection of CSS resetting",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -27,6 +27,7 @@ Please read: https://github.com/unocss/unocss/blob/main/packages/reset/tailwind-
27
27
  html {
28
28
  line-height: 1.5; /* 1 */
29
29
  -webkit-text-size-adjust: 100%; /* 2 */
30
+ text-size-adjust: 100%; /* 2 */
30
31
  -moz-tab-size: 4; /* 3 */
31
32
  tab-size: 4; /* 3 */
32
33
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
package/tailwind.css CHANGED
@@ -23,6 +23,7 @@
23
23
  html {
24
24
  line-height: 1.5; /* 1 */
25
25
  -webkit-text-size-adjust: 100%; /* 2 */
26
+ text-size-adjust: 100%; /* 2 */
26
27
  -moz-tab-size: 4; /* 3 */
27
28
  tab-size: 4; /* 3 */
28
29
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */