feat: Adapt new hippie-style structure

Sass deprecations removed.
This commit is contained in:
sthag 2025-10-26 11:37:47 +01:00
parent d9f7ae1ff9
commit c1fea8064e
11 changed files with 166 additions and 147 deletions

View file

@ -1,3 +1,5 @@
@use "../../hippie-style/hippie";
.songbook_song {
pre {
@extend .pre_code
@ -5,16 +7,16 @@
header {
h2 {
margin-bottom: $space_basic;
margin-bottom: hippie.$space_basic;
}
h6 {
color: $color_brightest;
color: hippie.$color_brightest;
}
h2+h6 {
margin-top: 0;
margin-bottom: $space_small;
margin-bottom: hippie.$space_small;
}
}
}