feat: add hidden-empty utility

isekai-main
Barış Soner Uşaklı 2 years ago
parent 44f6fe1e0d
commit 63ae03b4c9

@ -131,6 +131,12 @@ blockquote {
border-color: $text-muted!important;
}
.hidden-empty {
&:empty {
display: none!important;
}
}
// some classes that are used commonly in themes from bs3
.hidden, .hide {
display: none!important;

Loading…
Cancel
Save