Sha256: 39543becf22fc2f83620917bdf74edd1d1640b2765a5d2b08ac887f8a4a715b1
Contents?: true
Size: 416 Bytes
Versions: 14
Compression:
Stored size: 416 Bytes
Contents
=rgba($foreground, $backdrop: white, $property: "background-color") #{$property}: mix(fade-in($foreground, 1), $backdrop, percentage(opacity($foreground))) // Browsers without color opacity #{$property}: $foreground // Decent browsers #{$property}: mix(fade-in($foreground, 1), $backdrop, percentage(opacity($foreground)))\9 // IE8 @if $property == "background-color" +rgba-background($foreground)
Version data entries
14 entries across 14 versions & 2 rubygems