Sha256: 41a6222e131fb1f7609d7bf08fca513cec8361fba386e53545640303b1eeea14

Contents?: true

Size: 330 Bytes

Versions: 1

Compression:

Stored size: 330 Bytes

Contents

// http://www.w3.org/TR/css3-background/#the-background-clip
// Values can be border-box, padding-box or content-box.

@mixin background-clip ($value) {
  -webkit-background-clip: $value;
     -moz-background-clip: $value;
      -ms-background-clip: $value;
       -o-background-clip: $value;
          background-clip: $value;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
app_sleuth-0.0.1.pre lib/app_sleuth/server/assets/sass/mixins/css3/_background-clip.scss