Skip to content

Commit

Permalink
fix(reset): '-webkit-text-size-adjust' is not supported issue (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraCakeBakery committed Aug 31, 2023
1 parent 8ce43f5 commit cb51a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/reset/tailwind-compat.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Please read: https://github.com/unocss/unocss/blob/main/packages/reset/tailwind-
html {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
tab-size: 4; /* 3 */
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 */
Expand Down
1 change: 1 addition & 0 deletions packages/reset/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
html {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
tab-size: 4; /* 3 */
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 */
Expand Down

0 comments on commit cb51a38

Please sign in to comment.