-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add alpha display
color tokens
#838
Conversation
🦋 Changeset detectedLatest commit: 7e588f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Variables changedNo variables changed |
@@ -0,0 +1,1035 @@ | |||
{ | |||
display-blue: { |
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.
Why do you do display-blue
instead of nesting:
display: {
blue: ...,
purple: ...,
}
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.
I tested Copilot Workspaces for this PR and that's what it did 😆 don't worry, I've fixed it
Design Token Diff
|
display
color tokens
Add display color tokens for testing.
This PR was created with Copilot Workspace (v0.15). For more details, open the Copilot Workspace session.