Replies: 2 comments 1 reply
-
This should be possible as part of the vite or postcss integrations I think, since that's the part that's responsible for detecting classes. Perhaps a configuration option like so: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! You might have noticed that I created an issue from this discussion. That said, this will work automatically in Tailwind CSS in the next release. This was fixed in #17027 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To make the default syntax for container queries work, I've added this in my v3 config:
This replaces
@@
with@
before looking for classnames, making me able to write eg.@@sm:text-red-500
instead of@sm:text-red-500
. The latter would interpret @sm as a razor variable.Is it possible to do something similar in the new css config format?
Beta Was this translation helpful? Give feedback.
All reactions