corrade-http-templates – Rev 61

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