Tailwind CSS is a utility-first CSS framework. Its PostCSS plugin generates atomic classes that we can use in HTML to style a component rapidly. The problem is that too many classes are produced, and it yields a massive CSS bundle. The new JIT compiler, inspired by Windi CSS, is here to save the day.
Table of contents
Tailwind CSS drawbackThe next generation of Tailwind CSSInstalling the JIT CompilerCaveatsConclusion1 Comment
Sort: