Replies: 2 comments
-
Consider seeing previous maintainer responses on this topic:
Though I don't think it makes sense for |
Beta Was this translation helpful? Give feedback.
-
this only seems to happen if I have defined custom so if I use IMO not expected behavior |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Tailwind CSS are you using?
"^4.1.7",
What build tool (or framework if it abstracts the build tool) are you using?
bun 1.2.13+64ed68c9e
What version of Node.js are you using?
bun 1.2.13+64ed68c9e
What browser are you using?
Chrome
What operating system are you using?
windows
Reproduction URL
n/a
Describe your issue
using utilities like
size-xl
ormax-w-md
should rely on sizing variables with the--container
prefix as per docs (such as--container-xl
), but they instead use--spacing
variablesBeta Was this translation helpful? Give feedback.
All reactions