I built a new tailwindcss compiler with Typescript. #3280
voorjaar
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
I'm using it in Vite through https://github.com/windicss/vite-plugin-windicss and what can I say... It's awesome! It really goes well with esbuild's philosophy. I think tailwindcss should merge efforts with windicss, somehow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@voorjaar excellent, is there a way to use it in Webpack, Gulp or PostCSS? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built a new tailwindcss compiler with Typescript called windicss. It runs fast, can build css in real-time during development, well-matched with vue and svelte. It has native support of cross-browser and minimized build, and has supported all the utilities and variants of tailwindcss. Give it a try. If you like leave a star, or send some feedback if you find problems. Pull requests are most helpful.
Beta Was this translation helpful? Give feedback.
All reactions