From d1c629882c4eb683859064fe62ac1e98fc2d114b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 15 May 2013 15:42:59 -0400 Subject: [PATCH] studio - fixes Sass variable defintion to ensure the older -serif references the proper new -sans-serif variable --- cms/static/sass/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/sass/_variables.scss b/cms/static/sass/_variables.scss index 712ef9153f..14c215c7fd 100644 --- a/cms/static/sass/_variables.scss +++ b/cms/static/sass/_variables.scss @@ -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);