DEV Community

Discussion on: Sveltekit & Tailwind CSS Combo

Collapse
 
ekanna profile image
ekanna

One more step before

npx svelte-add tailwindcss --jit

is

npm install -D @tailwindcss/jit tailwindcss postcss

Nice article. Thanks

Collapse
 
babichjacob profile image
Jacob Babich

Not true. You are supposed to install dependencies after the command runs with npm install or pnpm install or yarn.