Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Nov 4, 2011
1 parent 6cb9734 commit cad6c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -138,7 +138,7 @@ box-shadow supports single or multiple arguments:
@include box-shadow(1px 1px 2px 0 #ff0000);

# Multiple arguments must be comma-delimited.
@include box-shadow(1px 1px 2px 0 #fff0000, -1px -2px 0 #ccc);
@include box-shadow(1px 1px 2px 0 #fff000, -1px -2px 0 #ccc);


### Box Sizing
Expand Down

0 comments on commit cad6c18

Please sign in to comment.