Sha256: 311e9b5155b72522993da3b199225bec8277a07f5d5d0323beccd82fe6d72b5e
Contents?: true
Size: 511 Bytes
Versions: 3
Compression:
Stored size: 511 Bytes
Contents
@mixin background-clip($clip) { $deprecated: $clip; @if $clip == padding-box { $deprecated: padding; } @if $clip == border-box { $deprecated: border; } @include experimental(background-clip, $deprecated, -moz, -webkit, not -o, not -ms, not -khtml, not official ); @include experimental(background-clip, $clip, not -moz, not -webkit, -o, -ms, -khtml, official ); } // @include background-clip(padding-box); // @include background-clip(border-box);
Version data entries
3 entries across 3 versions & 1 rubygems