Remove stalfos lib - with regression on some UI elements

This commit is contained in:
2025-09-26 16:17:38 +02:00
parent 208ec207e5
commit 327e8a2af4
12 changed files with 39 additions and 173 deletions

View File

@@ -58,7 +58,7 @@
body {
$line-height: get-size(600);
@include apply-utility('font', 'base');
font-family: #{map-get($tokens, 'fonts', 'base')};
// Strip the unit off the size ratio to generate a line height
line-height: calc($line-height / 1);
@@ -66,7 +66,7 @@ body {
h1,
h2 {
@include apply-utility('font', 'brand');
font-family: #{map-get($tokens, 'fonts', 'brand')};
}
h1 {