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.
So because CRA doesn't support PostCSS8, you recommend (it's probably mandatory and not a recommendation) to install CRACO and use it to configure Tailwind.
Unfortunately I get an error message after trying to use the JIT compiler (changing the CRACO config to the jit module) that the jit only supports PostCSS8.
Can I really not use it because I'm using CRA?
The text was updated successfully, but these errors were encountered:
Currently the JIT project only supports PostCSS 8, correct. We may do a compat build like we do for Tailwind but not a priority right now.
I would recommend using Vite instead of CRA if you want something similar in the mean time personally — it is much faster and works beautifully with React out of the box.
Hi,
So because CRA doesn't support PostCSS8, you recommend (it's probably mandatory and not a recommendation) to install CRACO and use it to configure Tailwind.
Unfortunately I get an error message after trying to use the JIT compiler (changing the CRACO config to the jit module) that the jit only supports PostCSS8.
Can I really not use it because I'm using CRA?
The text was updated successfully, but these errors were encountered: