Replies: 2 comments
-
There's https://github.com/svelte-add/tailwindcss that handles this. I think this different setup should reside there as an option instead. SvelteKit also recommends it for third-party integrations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
i don't think using a separate process to generate css is a good idea. postcss itself isn't the fastest and doing it twice in parallel won't make it better. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Based on this:
https://twitter.com/adamwathan/status/1467300908270862341?s=20
Scripts example (+typescript+prettier+eslint+tailwind):
Beta Was this translation helpful? Give feedback.
All reactions