Fixed empty loop wich execute contents problem

This commit is contained in:
franck
2013-08-02 13:58:59 +02:00
parent 0482b8c1bd
commit 3a99023c1d
2 changed files with 9 additions and 0 deletions

View File

@@ -22,6 +22,11 @@
.background-clip(padding-box);
}
.background-clip(@argument: padding-box) {
-moz-background-clip: @argument;
-webkit-background-clip: @argument;
background-clip: @argument;
}
.box-shadow(@shadow: 0 1px 2px rgba(0,0,0,.05)) {
-webkit-box-shadow: @shadow;