Hacker News new | ask | show | jobs
by funksta 5071 days ago
I can't tell from the post, but is the <angle> argument for linear gradients still optional? Ie. is the following still valid?

    linear-gradient(#fff, #eee)
1 comments

Yes, that works in my Firefox 16.
Great, thanks! I find I use top-to-bottom gradients about 90% of the time, so I'm glad the succinct form is still valid.