'Tailwind CSS 3.0 Disable JIT Mode
I Understand that the Tailwind CSS uses a new JIT engine by default from version 3 onwards. AS JIT generates the CSS classes on demand, the text editors/IDE fails to show CSS class suggestions via IntelliSense.
Also, it will be an added advantage for developers during the development process without purging the CSS every time. As Tailwind CDN doesn't support third-party tailwind plugins (E.g tailwind-scrollbar) developers cannot rely on it.
- Is there a way to disable the JIT mode
- Is there any workaround to overcome the IntelliSense issue?
Solution 1:[1]
You can see more at this topic on Github here:
https://github.com/tailwindlabs/tailwindcss/discussions/6347
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Deez |
