You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add gradient backgrounds to some elements but I'm unable to find a solution. I presume there's no support for those yet or they're undocumented.
The thing I'm trying to translate into scalacss is this: background: linear-gradient(to right, rgba(248,205,4,0) 25%,rgba(248,205,4,1) 50%,rgba(248,205,4,0.96) 51%,rgba(248,205,4,0) 75%);
Other features I haven't managed to get working are the shorthand notation for transitions and transformation rules.
Could you shed some light on this please? Thank you.
The text was updated successfully, but these errors were encountered:
Thanks, that can get the job done for now. I will be great to see this feature (and others) supported as type-safe, but I'm sure it's just a matter of time.
I'm trying to add gradient backgrounds to some elements but I'm unable to find a solution. I presume there's no support for those yet or they're undocumented.
The thing I'm trying to translate into scalacss is this:
background: linear-gradient(to right, rgba(248,205,4,0) 25%,rgba(248,205,4,1) 50%,rgba(248,205,4,0.96) 51%,rgba(248,205,4,0) 75%);
Other features I haven't managed to get working are the shorthand notation for transitions and transformation rules.
Could you shed some light on this please? Thank you.
The text was updated successfully, but these errors were encountered: