-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: use non deprecated custom properties #543
Conversation
[row3-start] 'bottom bottom bottom' minmax(var(--spacing-32), 1fr) [row3-end] | ||
/ minmax(var(--spacing-32), 1fr) var(--constraint-m) minmax(var(--spacing-32), 1fr); | ||
grid: | ||
[row1-start] 'top top top' minmax(var(--spacing-xl), 1fr) [row1-end] |
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.
this came from running yarn format:css
.
Maybe new version of prettier?
Did you update to the latest ui-kit? |
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.
Many thanks!
@emmenko oh good call 🤦♂️ |
4af97eb
to
3d81061
Compare
The VRT test can be approved, not sure why percy thinks that it's new. It's already been approved in 2 other separate PRs... |
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, thanks a lot! 💯
Summary
Just moving towards using the new custom properties 😄 😇