Skip to content

Instantly share code, notes, and snippets.

@travhimself
Created May 27, 2012 19:45
Show Gist options
  • Select an option

  • Save travhimself/2815634 to your computer and use it in GitHub Desktop.

Select an option

Save travhimself/2815634 to your computer and use it in GitHub Desktop.
less css shadow
.shdw (@x, @y, @blur, @color) {
box-shadow: @x @y @blur @color;
-moz-box-shadow: @x @y @blur @color;
-webkit-box-shadow: @x @y @blur @color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment