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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Just to clarify - adding a prefix callback does not break only the should-be-prefixed classes.
When I specify the prefix callback, the entire tailwind fails to generate anything (even classes such as bg-indigo-200 which are not manipulated with in any way in the callback).
You may run the example repo with NODE_ENV="production" TAILWIND_MODE="build" ./node_modules/.bin/encore production
Added in v0.1.17! There's one limitation which is that you can't do exact matches against dynamically generated utilities, like ml-5. Instead, you'll just want to match against the prefix of the utility, so like this:
What version of @tailwindcss/jit are you using?
0.1.10
What version of Node.js are you using?
15.9.0
What browser are you using?
all of them
What operating system are you using?
macOS
Reproduction repository
https://github.com/signor-pedro/tailwind-repro
Commenting this out makes JIT work
The text was updated successfully, but these errors were encountered: