corrade-http-templates – Rev 62

Subversion Repositories:
Rev:
@mixin box-shadow($shadow...) {
  @if $enable-shadows {
    box-shadow: $shadow;
  }
}