Sha256: 3b80e967d899e0f0b0deccfe9bff52801d4c821cce2ec0326d674b76e7b08ad8
Contents?: true
Size: 498 Bytes
Versions: 17
Compression:
Stored size: 498 Bytes
Contents
// Background Size // Set the size of background images using px, width and height, or percentages // - percentages are relative to the background-origin (default = padding-box) // - mixin defaults to "100% auto" // override constants to change defaults !default_background_size ||= 100% "auto" =background-size(!size = !default_background_size) background-size= !size -webkit-background-size= !size -o-background-size= !size -khtml-background-size= !size -moz-background-size= !size
Version data entries
17 entries across 16 versions & 3 rubygems