Hacker News new | past | comments | ask | show | jobs | submit login

Watch out! The generated code uses the wrong unprefixed gradient syntax:

  linear-gradient(top, color1, color2)

is wrong. The direction syntax changed to

  linear-gradient(to bottom, color1, color2)

I'll contact the author of the tool.



Thanks so much for the heads-up. Fixed this.

For those interested in this, mindhunter sent me a link on the issue, http://www.broken-links.com/2012/01/11/the-new-and-hopefully....




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: