fix: Leftover text breaking file parsing

This commit is contained in:
sthag 2025-06-22 15:57:14 +02:00
parent 3d23ba55d4
commit 8ffc1b8346

View file

@ -256,11 +256,15 @@ header {
} }
} }
header // Footer // Footer
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
footer { footer {
&.io { &.io {
nav {
@extend %flex-inline;
align-items: stretch;
}
input { input {
@extend .input_io; @extend .input_io;
} }