Skip to content

Commit

Permalink
README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreburel committed Jan 5, 2015
1 parent 425df97 commit d777e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ You can totally disable rem units by setting `$rem-px-only` to `true` (lt-ie9 on
h1 {
font-size: 24px;
border-bottom: 1px solid black;
box-shadow: 0 0 0.2rem #ccc, inset 0 0 0.5rem #eee;
box-shadow: 0 0 2px #ccc, inset 0 0 5px #eee;
text-shadow: 1px 1px #eee, -1px -1px #eee; // Fallback works here
margin: 20px 0;
padding: 10px;
Expand Down

0 comments on commit d777e86

Please sign in to comment.