Insanely fast tailwind compilation with Postcss API #3520
Unanswered
MatanelGordon
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm currently writing a package that will be able to treat tailwindCSS like a pre-processor in Svelte and thus provide live changes compilation along with Svelte's compilation. I'm using tailwindcss through Postcss API. My problem is that it takes about 3 seconds to do the job, and I need it x10 Faster! I need the fast response time to make the changes more fluid and hence improve the coding experience in Svelte's dev mode. I would like to know what happens once I start tailwind? Does it create the HUGE CSS file and then purges it? Or is there something more optimized under the hood?
In general, is there any way to shorten tailwind's time?
Beta Was this translation helpful? Give feedback.
All reactions