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
Stacy was asking to get e.g. color(name) as part of the color-palette output, for easy copy/paste into a project. Since that's a custom syntax we use, I'd want it to be set per-project, using a string interpolation formula. Something like this:
input color(%s) => output color(brand-pink)
input $%s => output $brand-pink
This way it can be set flexibly.
The text was updated successfully, but these errors were encountered:
Stacy was asking to get e.g.
color(name)
as part of the color-palette output, for easy copy/paste into a project. Since that's a custom syntax we use, I'd want it to be set per-project, using a string interpolation formula. Something like this:color(%s)
=> outputcolor(brand-pink)
$%s
=> output$brand-pink
This way it can be set flexibly.
The text was updated successfully, but these errors were encountered: