studio - fixes Sass variable defintion to ensure the older -serif references the proper new -sans-serif variable

This commit is contained in:
Brian Talbot
2013-05-15 15:42:59 -04:00
parent 14bf719538
commit d1c629882c

View File

@@ -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);