-
Notifications
You must be signed in to change notification settings - Fork 19
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(tokens): prefix with t_ #774
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 great! Just need to update now that I merged #763
3da9dd1
to
acc5f13
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.
🥳
@@ -0,0 +1,856 @@ | |||
// all React tokens in V6, whose value is a Patternfly token variable (has prefix --pf-t) | |||
// their naming was updated to be prefixed with 't_' | |||
export const tTokens = [ |
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.
Super small nit, but wondering if this would make more sense named "reactTokens" or "tokensPrefixedWithT". Not a blocker and good to merge this as-is, justlet me know what you think.
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.
yeah, tokensPrefixedWithT is good. I wouldn't use reactTokens, because also the pf-v6-whatever are react tokens
Closes #771