Jelajahi Sumber

Fixed incorrect variable syntax

Tim Hudson 13 tahun lalu
induk
melakukan
077c84081c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {
 body {
-	font-family: $serif;
+	font-family: @serif;
 	font-size: 100%;
 	font-size: 100%;
 	line-height: 1.5;
 	line-height: 1.5;
 	color: #565656;
 	color: #565656;