feat: Change - to _ for selector names

This commit is contained in:
sthag 2026-03-15 12:23:14 +01:00
parent 89db97c358
commit eb4349f9e5
5 changed files with 13 additions and 17 deletions

View file

@ -44,7 +44,7 @@ body {
}
&:hover {
#mouse-overlay {
#mouse_overlay {
background-color: transparent !important;
transition: background-color config.$duration_basic config.$timing_basic 0s !important;
}
@ -244,7 +244,7 @@ header {
nav,
ul {
@extend %flex-inline;
@extend %flex_inline;
align-items: stretch;
}
@ -276,7 +276,7 @@ header {
footer {
&.io {
nav {
@extend %flex-inline;
@extend %flex_inline;
align-items: stretch;
input,