We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bcd7f commit 3dd0db6Copy full SHA for 3dd0db6
src/client/styles/main/host.scss
@@ -3,4 +3,7 @@
3
*******/
4
:host {
5
contain: content;
6
+}
7
+:host([hidden]) {
8
+ display: none;
9
}
0 commit comments