소스 검색

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;