ソースを参照

Update library/scss/_mixins.scss

Fixed typo in gradient mixin.
dhruv-bhatia 13 年 前
コミット
1684e9e93b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      library/scss/_mixins.scss

+ 1 - 1
library/scss/_mixins.scss

@@ -208,7 +208,7 @@ BOX SHADOWS
 /*********************
 /*********************
 CSS3 GRADIENTS
 CSS3 GRADIENTS
 Be careful with these since they can 
 Be careful with these since they can 
-really slow down your CSS. Don't overdue it.
+really slow down your CSS. Don't overdo it.
 *********************/
 *********************/
 
 
 /* @include css-gradient(#dfdfdf,#f8f8f8); */
 /* @include css-gradient(#dfdfdf,#f8f8f8); */