Skip to content

Instantly share code, notes, and snippets.

@Granze
Created March 25, 2012 21:55
Show Gist options
  • Save Granze/2200204 to your computer and use it in GitHub Desktop.
Save Granze/2200204 to your computer and use it in GitHub Desktop.
[LESS] Text shadow
.textShadow (@value: 1px 1px 3px rgba(0, 0, 0, .3)) {
text-shadow: @value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment