Sha256: f2d38f6ed9932c2f697f53f13093ad908106f9da2a169d8a8f24964a901ac45c
Contents?: true
Size: 592 Bytes
Versions: 17
Compression:
Stored size: 592 Bytes
Contents
// Background Clip // clip the background (image and color) at the edge of the padding or border // - [padding-box | border-box] // - browser defaults to border-box, mixin defaults to padding-box // override constants to change defaults !default_background_clip ||= "padding-box" =background-clip(!clip = !default_background_clip) // webkit and mozilla use the deprecated short [border | padding | content] !deprecated= "padding" @if !clip == "border-box" !deprecated= "border" background-clip= !clip -webkit-background-clip= !deprecated -moz-background-clip= !deprecated
Version data entries
17 entries across 16 versions & 3 rubygems