Duplicates
Latest version
Current behavior 😯
I get this type error when adding the tailwindcss() Vite plugin using the default project setup (I used Deno though, but probably shouldn't matter).

Expected behavior 🤔
No response
Steps to reproduce 🕹
Steps:
- Create new project with the recommended Deno setup:
deno run -A npm:create-solid. Use the solid start basic template with Typescript (keep in mind that the official setup hangs after it finishes, requiring Ctrl+Z to exit; this is probably also a bug).
deno add --allow-scripts npm:tailwindcss
- Add this to the config object in
app.config.ts:
vite: {
plugins: [
tailwindcss(),
],
},
Context 🔦
No response
Your environment 🌎
Duplicates
Latest version
Current behavior 😯
I get this type error when adding the tailwindcss() Vite plugin using the default project setup (I used Deno though, but probably shouldn't matter).
Expected behavior 🤔
No response
Steps to reproduce 🕹
Steps:
deno run -A npm:create-solid. Use the solid start basic template with Typescript (keep in mind that the official setup hangs after it finishes, requiring Ctrl+Z to exit; this is probably also a bug).deno add --allow-scripts npm:tailwindcssapp.config.ts:Context 🔦
No response
Your environment 🌎