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.
1 parent 2152c4e commit 8fa54d0Copy full SHA for 8fa54d0
web_src/less/_base.less
@@ -1803,6 +1803,7 @@ footer {
1803
}
1804
1805
1806
+/* TODO: remove in favor of .hidden helper */
1807
.hide {
1808
display: none;
1809
web_src/less/helpers.less
@@ -22,6 +22,7 @@
22
/* below class names match Tailwind CSS */
23
.pointer-events-none { pointer-events: none !important; }
24
.relative { position: relative !important; }
25
+.hidden { display: none !important; }
26
27
.mono {
28
font-family: var(--fonts-monospace) !important;
0 commit comments