-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adding rule to check for old css variables and replace with v8 #116
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.
Tested in dotcom, appears to be doing what we want! THANK YOU!
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 awesome! Amazing work on this 🔥
Co-authored-by: Josh Black <[email protected]>
Adding rule to check for old css variables and replace with v8
Currently not working are templateElements
Issues
background: 'var(--color-attention-fg)',
customSx
as a prop on the elementhiddenSx
customSx
--color-success-fg
as noborder
propCallExpression
in selectorbackground
prop in json--color-fg-on-emphasis
is used in thebackground
prop. This should just be fixed manually