We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.1.1
Next.js 10.1.3, @emotion 11.x, xwind 0.8.0
v14.5.3
Chrome
macOs
https://github.com/Demetryi/TailwindJITBug
When I start using mode: "jit" I get
matchUtilities is not a function
error, removing jit no error. Looks like Xwind not updated and cannot use JIT mode in TailwindCSS
please remove package.lock before installation.
The text was updated successfully, but these errors were encountered:
Same issue here. Any updates or workaround?
Sorry, something went wrong.
I was completely blocked. Had to rip out every single reference to xw and replace with twin.macro. Works a treat, but what a pain.
No branches or pull requests
What version of Tailwind CSS are you using?
2.1.1
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 10.1.3, @emotion 11.x, xwind 0.8.0
What version of Node.js are you using?
v14.5.3
What browser are you using?
Chrome
What operating system are you using?
macOs
Reproduction repository
https://github.com/Demetryi/TailwindJITBug
Describe your issue
When I start using mode: "jit" I get
error, removing jit no error.
Looks like Xwind not updated and cannot use JIT mode in TailwindCSS
please remove package.lock before installation.
The text was updated successfully, but these errors were encountered: