-
Notifications
You must be signed in to change notification settings - Fork 39
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
dynamic attribute No space #26
Comments
I'm sorry. It's hard to reenact, so I just roughly used an example But even in the example, it should have been As a result of my checking, the dynamic properties of tailwind with @container query are not generated with spaces included. |
@adamwathan i can also confirm this. Also seems problem is with usage of calc. CSS generated looks different in firefox and chrome. I experinced this using nextjs with tailwind and container queries. Using regular breakpoint had no problem. |
I was facing an almost identical issue where the class |
@RunnyYolk Can you tell me which cloudflare option? Are you talking about |
What version of @tailwindcss/container-queries are you using?
0.1.1
What version of Node.js are you using?
v18.19.0
What browser are you using?
Chrome or Whale
What operating system are you using?
osX or windows
Reproduction repository
https://play.tailwindcss.com/4ZDDvrPavL
Describe your issue
To solve this problem, I tried to increase the
_
to__
, but it still often does not include spaces when rebuilding.The text was updated successfully, but these errors were encountered: