We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1aca7c commit 00f695dCopy full SHA for 00f695d
web_src/less/_base.less
@@ -1803,7 +1803,6 @@ footer {
1803
}
1804
1805
1806
-/* TODO: remove in favor of .hidden helper */
1807
.hide {
1808
display: none;
1809
web_src/less/helpers.less
@@ -22,7 +22,6 @@
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