Skip to content

Tailwind JIT vs windicss #176

Answered by antfu
danbulant asked this question in Q&A
Mar 20, 2021 · 4 comments · 4 replies
Discussion options

You must be logged in to vote

Interesting you ask!

From the tech aspect,

Tailwind JIT is a postcss plugin that firing up a filesystem watcher to scan the source code in order to do the on-demand generating the CSS.

Windi CSS is a standalone compiler with no dependencies that can works everywhere, even in your browser. We make plugins for each build tool/framework to provide the best experience for each of them.

If you want to experience the difference yourself, I made a repo where you can play and compare with them in Vite: https://github.com/antfu/vite-windi-tailwind-jit-compare

On the other hand,

Unlike Tailwind is backed by a company, Windi CSS is fully community-based by a bunch of passionated contributors. Our go…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@deleonio
Comment options

@antfu
Comment options

@alexanderniebuhr
Comment options

@oliverpool
Comment options

Answer selected by danbulant
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
8 participants