Sha256: 85c01e54893ef1264d53bc6ea996d5566dda18b9006bc71d0cbb3bb8d6b5a382
Contents?: true
Size: 495 Bytes
Versions: 27
Compression:
Stored size: 495 Bytes
Contents
// +ie-rgba(rgba(0, 0, 0, .4), white, background-color) =ie-rgba($foreground, $backdrop: white, $property: "background-color") @if $property == "background-color" +rgba-background($foreground) @else #{$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
Version data entries
27 entries across 27 versions & 2 rubygems