Sha256: 2035f15d2a1b6d8a4c4f1e8ba7397cb9ba07a351d3021996423dcfdd17ff30fe
Contents?: true
Size: 767 Bytes
Versions: 13
Compression:
Stored size: 767 Bytes
Contents
$contrasted-dark-default: black; $contrasted-light-default: white; @import "compass/css3/selection"; * { @include selection { background-color: #fe57a1; color: #fff; } } .hot-pink { @include selection { background-color: #fe57a1; color: #fff; } } .hot-pink-with-arguments { @include selection(#fe57a1, white); } .hot-pink-with-arguments-and-extra-stuff { @include selection(#fe57a1, white) { text-decoration: line-through; } } .hot-pink-with-default-foreground { @include selection(#fe57a1); } .browser-support-is-considered { @include selection(#fe57a1) { prefix: $current-prefix; -moz-prefix: $current-prefix == -moz; -ms-prefix: $current-prefix == -ms; -webkit-prefix: $current-prefix == -webkit; } }
Version data entries
13 entries across 13 versions & 2 rubygems