box-shadow.less 124 Bytes Edit Raw Blame History 1 2 3 4 5 .box-shadow (@string) { -webkit-box-shadow: @string; -moz-box-shadow: @string; box-shadow: @string; }