-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat: moving generated code away from static vars #1342
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! This must've been a fair amount of work, thanks @GarthDB!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran this locally, and things are looking good! Thanks, @GarthDB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One quick thing: it's missing the purple accent color. Suggest referencing the following aliases to bring it back:
var(--spectrum-semantic-cta-background-color-default)
var(--spectrum-semantic-cta-background-color-down)
var(--spectrum-semantic-cta-background-color-hover)
var(--spectrum-semantic-cta-background-color-key-focus)
cf262e6
to
9a5bfe4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested the Accent changes locally, this looks good!
Description
Removed static aliases in the generated button CSS.
How and where has this been tested?
Screenshots
To-do list