Skip to content

Commit

Permalink
feat(reset): sync tailwind resets, adding font-feature-settings (#2894
Browse files Browse the repository at this point in the history
)
  • Loading branch information
steakscience committed Jul 22, 2023
1 parent f4a0421 commit 0204448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/reset/tailwind-compat.css
Expand Up @@ -158,6 +158,8 @@ optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-feature-settings: inherit; /* 1 */
font-variation-settings: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
Expand Down
2 changes: 2 additions & 0 deletions packages/reset/tailwind.css
Expand Up @@ -154,6 +154,8 @@ optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-feature-settings: inherit; /* 1 */
font-variation-settings: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
Expand Down

0 comments on commit 0204448

Please sign in to comment.