8 lines
80 B
CSS
8 lines
80 B
CSS
@charset "UTF-8";
|
|
|
|
header {
|
|
&:not(:has(*)) {
|
|
display: none;
|
|
}
|
|
}
|