Sha256: b3ebe1d3a81a282620016c599901aaccdfdc7106d3a6f03005b2656f98abd29e
Contents?: true
Size: 538 Bytes
Versions: 22
Compression:
Stored size: 538 Bytes
Contents
@import "shared"; // override to change the default $default-background-size: 100% auto !default; // Set the size of background images using px, width and height, or percentages. // Currently supported in: Opera, Gecko, Webkit. // // * percentages are relative to the background-origin (default = padding-box) // * mixin defaults to: `$default-background-size` @mixin background-size($size: $default-background-size) { $size: unquote($size); @include experimental(background-size, $size, -moz, -webkit, -o, not -ms, not -khtml); }
Version data entries
22 entries across 19 versions & 2 rubygems