Sha256: c39483551d1c40024526b693e0da33b08d33d7ba88e7a44b6155529f90e165e2
Contents?: true
Size: 577 Bytes
Versions: 9
Compression:
Stored size: 577 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) { @if type-of($size) == string { $size: unquote($size); } @include experimental(background-size, $size, -moz, -webkit, -o, not -ms, not -khtml); }
Version data entries
9 entries across 9 versions & 1 rubygems