Sha256: 9f1a426d4d144135ad440edcc7937ef4c8b90d0b64e31ce152ba4122c9d6d0cb

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 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

5 entries across 5 versions & 1 rubygems

Version Path
wiskey-0.0.9 app/assets/stylesheets/wiskey/css3/_background-clip.scss
wiskey-0.0.7 app/assets/stylesheets/css3/_background-clip.scss
wiskey-0.0.6 app/assets/stylesheets/css3/_background-clip.scss
wiskey-0.0.5 app/assets/stylesheets/css3/_background-clip.scss
wiskey-0.0.4 app/assets/stylesheets/css3/_background-clip.scss