Bläddra i källkod

Update library/less/_mixins.less

Just a small correction to the comment of boxShadow function
Antonino Caccamo 13 år sedan
förälder
incheckning
54516d2ade
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      library/less/_mixins.less

+ 1 - 1
library/less/_mixins.less

@@ -197,7 +197,7 @@ really slow down your CSS. Don't overdo it.
 BOX SHADOW
 BOX SHADOW
 *********************/
 *********************/
 
 
-/* .boxShadow(0,0,4px,#444); */
+/* .boxShadow(0,0,4px,0,#444); */
 .boxShadow(@x: 0, @y: 0, @radius: 4px, @spread: 0, @color: rgba(0,0,0,0.5)) {
 .boxShadow(@x: 0, @y: 0, @radius: 4px, @spread: 0, @color: rgba(0,0,0,0.5)) {
 	-webkit-box-shadow: @x @y @radius @spread @color;
 	-webkit-box-shadow: @x @y @radius @spread @color;
 	   -moz-box-shadow: @x @y @radius @spread @color;
 	   -moz-box-shadow: @x @y @radius @spread @color;