stylus / nib

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

hsl + linear-gradient #245

Closed raphael22 closed 10 years ago

raphael22 commented 10 years ago

Hi, I can not figure out how to use hsl value in linear-gradient

Stylus

linear-gradient(hsla(180deg,100% ,50%,1) ,hsla(120deg,100% ,50%,1))

CSS output

linear-gradient(hsla(180,100 ,50,1) ,hsla(120,100 ,50,1))

I try few syntax but the '%' seems to be never parsed... Thx in advance

evenfrost commented 10 years ago

Got this problem as well. Would appreciate any help.

chrissphinx commented 10 years ago

Issue #1439

This has been fixed in the upcoming branch of stylus, if you need this support currently, you can install with npm install git://github.com/LearnBoost/stylus#dev -g

notslang commented 10 years ago

thanks @chrissphinx - closing because this isn't a nib issue