Installation of tailwind CSS and daisy UI under svelte 4 environment #3848
Closed
toothemooon
started this conversation in
General
Replies: 1 comment 1 reply
-
Svelte 4 uses Vite as well, but an older version. Here's an example: https://stackblitz.com/edit/daisyui-sveltekit-38v44hgk?file=package.json,vite.config.js,src%2Fapp.css Why use old versions on a new project… |
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
Uh oh!
There was an error while loading. Please reload this page.
-
As a total code noob…who uses cursor and svelte 4 to build a blog site
Saw the daisyUI installation guide on sveltekit which needs to add tailwind CSS to vite config file while svelte 4 only uses rollup(if I’m right),
any idea how to successfully install both under svelte 4 environment? 🥹
Beta Was this translation helpful? Give feedback.
All reactions