studio - fixes Sass variable defintion to ensure the older -serif references the proper new -sans-serif variable
This commit is contained in:
@@ -184,6 +184,6 @@ $lightBluishGrey2: rgb(213, 220, 228);
|
||||
$error-red: rgb(253, 87, 87);
|
||||
|
||||
// type
|
||||
$sans-serif: $f-serif;
|
||||
$sans-serif: $f-sans-serif;
|
||||
$body-line-height: golden-ratio(.875em, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user