-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linear-gradient and multiple background #14
Comments
Thanks for the bug report fabianonunes. I had a look at this and can confirm the issue. It appears that any variation of multiple backgrounds causes the Tentatively I suspect the issue is caused by I'm not sure yet if the fix needs to be around TJ will know far more than I do about this stuff. I'll have another look at it in about a day and fire up a debugger to see exactly whats going on if he hasn't fixed it already =) Cheers |
hmm looks fine, I'll have to take a look |
+1 this issue, with this pair:
and the same error:
|
+1 by me too. Any multiple background with linear-gradient breaks atm. |
Another +1; would love to see this supported by nib. |
i'll have to check this out again, there was a bug in stylus when commas were involved |
@visionmedia It seems, that only the case with background-color is fixed, but when I try something like this:
I get this error:
So, actually, this issue is not fixed now :( |
a error has been throwed out when I set multiple background with "linear-gradient" mixin.
example:
exception:
RangeError: /home/fabiano/workdir/smx/node_modules/nib/lib/nib/gradients.styl:105
104| linear-gradient(start, stops...)
The text was updated successfully, but these errors were encountered: