deleting when empty

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-07-06 13:21:38 +07:00
parent a3eeacc4b4
commit bdef194b68

View File

@ -1,4 +1,7 @@
@charset "UTF-8";
footer {
&:not(:has(*)) {
display: none;
}
}