浏览代码

Fix invalid sass syntax

Lorin Werthen 8 年之前
父节点
当前提交
26a084c3b7
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      sass/utilities/mixins.sass

+ 4 - 2
sass/utilities/mixins.sass

@@ -173,8 +173,10 @@
 // Responsiveness
 // Responsiveness
 
 
 $tablet: 769px !default
 $tablet: 769px !default
-$desktop: 1000px !default // 960px container + 40px
-$widescreen: 1192px !default // 1152px container + 40
+// 960px container + 40px
+$desktop: 1000px !default
+// 1152px container + 40
+$widescreen: 1192px !default
 // 960 and 1152 have been chosen because
 // 960 and 1152 have been chosen because
 // they are divisible by both 12 and 16
 // they are divisible by both 12 and 16