nicksergeant/snipt

Update gradients to support IE and other non moz/webkit browsers

gregwhitworth opened this issue · 1 comments

Currently you aren't supporting the un-prefixed version of CSS3 linear gradient which makes it so that non Gecko/Blink browsers get a reduced experience.

linear-gradient(to bottom, #fff 0%,#f0f4fc 100%)

Thanks!!

Thanks for the report! Fixed.