Skip to content

Instantly share code, notes, and snippets.

@wingsline
Created October 5, 2012 00:18
Show Gist options
  • Save wingsline/3837286 to your computer and use it in GitHub Desktop.
Save wingsline/3837286 to your computer and use it in GitHub Desktop.
LESS: box-shadow mixin
.box-shadow (...) {
box-shadow: @arguments;
-moz-box-shadow: @arguments;
-webkit-box-shadow: @arguments;
-o-box-shadow: @arguments;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment