Selaa lähdekoodia

Merge pull request #260 from timhudson/fix-scss-var-in-less

Fixed incorrect variable syntax
Eddie Machado 13 vuotta sitten
vanhempi
commit
edbcd03711
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      library/less/_base.less

+ 1 - 1
library/less/_base.less

@@ -35,7 +35,7 @@ and will be used across all viewports.
 *********************/
 
 body {
-	font-family: $serif;
+	font-family: @serif;
 	font-size: 100%;
 	line-height: 1.5;
 	color: #565656;