stylus / nib

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

Gradients #207

Closed notslang closed 11 years ago

notslang commented 11 years ago

A small chunk of #192

kizu commented 11 years ago

It would be nice to cherry-pick this fix too, 'cause right now gradients would be broken for people who use nib only using @import, without JS part, and the fix makes the use() function from the latest Stylus' releases to apply the logic for fixing gradients right inside of .styl file.

notslang commented 11 years ago

Yep, that'll be merged before the next release... I'm gonna work on merging #192 in small chunks till it's all done.