Sha256: fedcf435bff77ea5ddcb79cd122785a3b873b7167058a258fd3d5b9e0a1177ea
Contents?: true
Size: 636 Bytes
Versions: 24
Compression:
Stored size: 636 Bytes
Contents
// Grid Background API // =================== // - Sub-pixel rounding can lead to several pixels variation between browsers. // Grid Background Output // ---------------------- // - $image: background-image // - $size: background-size // - $clip: background-clip // - [$flow]: ltr | rtl @mixin background-grid-output ( $image, $size: null, $clip: null, $flow: map-get($susy-defaults, flow) ) { $output: ( background-image: $image, background-size: $size, background-origin: $clip, background-clip: $clip, background-position: from($flow) top, ); @include output($output); }
Version data entries
24 entries across 24 versions & 3 rubygems