deleting when empty

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-07-06 13:22:05 +07:00
parent c65f7d4055
commit c6f7f65360

View File

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