Эх сурвалжийг харах

Fixed incorrect variable syntax

Tim Hudson 13 жил өмнө
parent
commit
077c84081c

+ 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;