fix: Leftover text breaking file parsing
This commit is contained in:
parent
3d23ba55d4
commit
8ffc1b8346
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue