-
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 with variables #67
Comments
This is because Best approach is to define your own function that in turn run linear-gradient with your pre-defined args. dark-gradient()
linear-gradient(bottom, hsl(0, 0%, 35%), hsl(0, 0%, 45%))
.foo
dark-gradient() |
…iting the background, background-image etc. Fixes stylus#67
That's really bad because configuring designs without this get's really frustrating. @kizu does your commit fix it so gradients are assignable? |
@enyo yep, my fix would make it so you could assign gradients to variables and use then later. Here is a test for this. |
works, but
doesn't, it fails with
Why does nib need to use current-property? Can it be avoided?
The text was updated successfully, but these errors were encountered: