diff --git a/packages/reset/tailwind.css b/packages/reset/tailwind.css index 5984621bbd..8541835297 100644 --- a/packages/reset/tailwind.css +++ b/packages/reset/tailwind.css @@ -353,3 +353,9 @@ video { max-width: 100%; height: auto; } + +/* Make elements with the HTML hidden attribute stay hidden by default */ +[hidden] { + display: none; +} +