瀏覽代碼

Fixed minor typo in boxShadow usage comment.

wahmaster 13 年之前
父節點
當前提交
a7e39d7f79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/less/mixins.less

+ 1 - 1
library/less/mixins.less

@@ -222,7 +222,7 @@ probably best not to use it. I mean, were you going to anyway? */
 BOX SHADOW
 *********************/
 
-/* .boxShadow(0 0 4px #444); */
+/* .boxShadow(0,0,4px,#444); */
 .boxShadow(@x: 0, @y: 0, @radius: 4px, @spread: 0, @color: rgba(0,0,0,0.5)) {
 	-webkit-box-shadow: @x @y @radius @spread @color;
 	   -moz-box-shadow: @x @y @radius @spread @color;