Mixin less for box-shadow

1
2
.box-shadow (@x: 0px, @y: 0px, @blur: 12px, @spread: 0, @alpha: 0.7) {
-webkit-box-shadow: @x @y @blur @spread rgba(0, 0, 0, @alpha);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.