We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hidden="until-found"
1 parent 58e5a65 commit 9b7f94eCopy full SHA for 9b7f94e
.changeset/popular-hotels-bow.md
@@ -0,0 +1,5 @@
1
+---
2
+"css-homogenizer": patch
3
4
+
5
+fix(base): respect `hidden="until-found"` attribute
base.css
@@ -91,7 +91,7 @@ textarea {
91
resize: block;
92
}
93
94
-[hidden],
+[hidden]:not([hidden="until-found"]),
95
audio:not([controls]) {
96
/* Prioritize default behavior over custom styles above */
97
display: none;
0 commit comments