-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Upgrade: Migrate max-w-screen-* candidates
#14754
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
Upgrade: Migrate max-w-screen-* candidates
#14754
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @philipp-spiess and the rest of your teammates on |
082b42d to
48dad29
Compare
| import { automaticVarInjection } from './codemods/automatic-var-injection' | ||
| import { bgGradient } from './codemods/bg-gradient' | ||
| import { important } from './codemods/important' | ||
| import { maxWScreen } from './codemods/max-w-screen' |
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.
Can we call this maxWidthScreen instead?
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 we should
48dad29 to
b63f791
Compare
Merge activity
|
This PR migrates `max-w-screen-*` candidates to the v4 equivalent relying on the breakpoint var: `max-w-[var(--breakpoint-*)]`
0d9b6d0 to
fc261bd
Compare

This PR migrates
max-w-screen-*candidates to the v4 equivalent relying on the breakpoint var:max-w-[var(--breakpoint-*)]