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

@ -6,7 +6,7 @@ $module_top_height: 32px;
$body_top_space: $module_top_height + hippie.$space_basic;
.body_new {
@extend %flex-column;
@extend %flex_column;
padding: $body_top_space hippie.$space_basic hippie.$space_basic;
}