Skip to content

Commit

Permalink
Fixed a syntax error preventing less compilation with dotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigraine committed Aug 22, 2011
1 parent 1090274 commit 96ec9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/patterns.less
Expand Up @@ -460,7 +460,7 @@
border: 1px solid #ddd;
border: 1px solid rgba(0,0,0,.15);
.border-radius(3px);
.box-shadow(0 1px 2px rgba(0,0,0,.05);
.box-shadow(0 1px 2px rgba(0,0,0,.05));
li {
display: inline;
a {
Expand Down Expand Up @@ -676,4 +676,4 @@
margin-bottom: 0;
}
}
}
}

0 comments on commit 96ec9ee

Please sign in to comment.