primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

Outdated gradient syntax #240

Closed brian428 closed 8 years ago

brian428 commented 8 years ago

Using primeui, autoprefixer flagged a warning about outdated gradient syntax in the theme CSS. Basically, instead of background-image: linear-gradient(top, #ffffff, #e6e6e6);, the recommended syntax is: background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);

(Full details at: https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient#Values).

Obviously this isn't a big issue but I thought I'd let you know so the themes can be updated when you have a chance.

Mrtcndkn commented 8 years ago

https://github.com/primefaces/primeui/commit/da7cdd5a278ec51e182270c2ce2a9ec93a655053