deleting when empty

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

View File

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