Skip to content

Commit

Permalink
feat(reset): honor the hidden attribute on elements in tailwind prefl…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jan 19, 2023
1 parent fbed4b6 commit f52ea60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/reset/tailwind.css
Expand Up @@ -353,3 +353,9 @@ video {
max-width: 100%;
height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}

0 comments on commit f52ea60

Please sign in to comment.