Created
December 18, 2012 16:23
-
-
Save ff6347/4329398 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.letterPressShadow (@color) { | |
text-shadow: 0 -1px 1px darken(@color, 25%), 0 1px 1px lighten(@color, 25%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment