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
when I make an element a container, it seems to reduce the element to its min-width. confused as to how to use these if this is the expected behavior. would love any advice.
Screen.Recording.2024-09-14.at.10.34.59.PM.mov
The text was updated successfully, but these errors were encountered:
That’s expected because of how containers work in HTML/CSS. Any CSS container cannot take its width from its children. It must have its width derived regardless of children sizes. See this note about inline-size.
This is not related to this plugin, it’s just how CSS Containers work.
What version of @tailwindcss/container-queries are you using?
0.1.1
What version of Node.js are you using?
21.4
What browser are you using?
arc with chromium
What operating system are you using?
mac02
Reproduction repository
https://github.com/alexander-densley/permitify
Describe your issue
when I make an element a container, it seems to reduce the element to its min-width. confused as to how to use these if this is the expected behavior. would love any advice.
Screen.Recording.2024-09-14.at.10.34.59.PM.mov
The text was updated successfully, but these errors were encountered: