Sha256: 30624fcd722b1b94b73b2d82e3ec842e7b6a911d16bf8d9a0a3e964bfd0ca1fc
Contents?: true
Size: 561 Bytes
Versions: 5
Compression:
Stored size: 561 Bytes
Contents
.test1 { background-image: -moz-linear-gradient(top, bottom, from(#030303), to(#010101)); background-image: -webkit-gradient(linear, left top, left bottom, from(#030303), to(#010101)); } .test2 { background-image: -moz-linear-gradient(top, bottom, from(#020202), to(#010101)); background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#010101)); } .test3 { background-image: -moz-linear-gradient(top, bottom, from(red), to(green)); background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(green)); }
Version data entries
5 entries across 5 versions & 3 rubygems