stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

Linear Gradient Support for Opera #37

Open barberboy opened 12 years ago

barberboy commented 12 years ago

Opera has vendor-prefixed support for linear-gradient. It would be nice if the linear-gradient mixin also emitted a -o-linear-gradient rule.

superstructor commented 12 years ago

Hi Ben, Thanks for the feedback. You can enable support now yourself by adding the prefix to the vendor-prefixes list in lib/nib/config.styl. There are a lot of improvements for gradients coming with #33 and #12, better Opera support is amongst those.

kizu commented 12 years ago

BTW, looks like nib now supports the linear gradients for Opera :)

codenoid commented 5 months ago

hi is this fixed