Remove stalfos lib - with regression on some UI elements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user