Skip to content

Commit e95ace8

Browse files
committed
Fix Tailwind hidden attr default
1 parent 54bf7ce commit e95ace8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@
222222
[data-demo]:not([data-demo='tailwind']) * {
223223
all: revert-layer;
224224
}
225+
226+
[hidden]:where(:not([hidden='until-found'])) {
227+
display: revert !important;
228+
}
225229
}
226230

227231
@layer all {

0 commit comments

Comments
 (0)