feat: Change - to _ for selector names

This commit is contained in:
sthag 2026-03-15 12:25:23 +01:00
parent 245227d7e9
commit d533563569
9 changed files with 16 additions and 16 deletions

View file

@ -9,7 +9,7 @@
}
.body_frame {
@extend %flex-column;
@extend %flex_column;
background-color: hippie.$color_back_basic;
@ -27,7 +27,7 @@
}
main {
@extend %flex-row;
@extend %flex_row;
flex: 1;
@ -53,7 +53,7 @@
}
section {
@extend %flex-column;
@extend %flex_column;
gap: 0;
}
}
@ -66,12 +66,12 @@
}
#cli {
@extend %flex-column;
@extend %flex_column;
background-color: black;
#line {
@extend %flex-row;
@extend %flex_row;
}
#prompt {