You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breakpoints and container queries are obviously not the same. Without pixels in the comments it can be super confusing. Breakpoints already have it, but container queries not yet.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Breakpoints and container queries are obviously not the same. Without pixels in the comments it can be super confusing. Breakpoints already have it, but container queries not yet.
@xxx-md: -> 28rem /* 448px */
md: -> @media (width >= 48rem /* 768px */)
I was actually expecting that they would be the same, but probably do need more query variations then breakpoints
Beta Was this translation helpful? Give feedback.
All reactions