You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What build tool (or framework if it abstracts the build tool) are you using?
"@solidjs/start": "^1.0.9",
"vinxi": "^0.4.3"
What version of Node.js are you using?
"node": ">=18"
What browser are you using?
Firefox
What operating system are you using?
macOS
Reproduction URL
Since SolidStart isn't currently working on Stackblitz, please test locally:
Clone the repository: git clone https://github.com/binajmen/bun-solidstart-tw4
Install dependencies and start the dev server: bun install && bun dev
You should see a colored background on the index page
Try changing the background color class in app.tsx (e.g., to bg-blue-400) and save the file
The background will turn white instead of updating to the new color
Only after manually restarting bun dev will the new background color appear
Describe your issue
When adding Tailwind classes that weren't previously used anywhere in the codebase, these new classes aren't being included in the generated CSS file. The changes only take effect after manually restarting the development server.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
What build tool (or framework if it abstracts the build tool) are you using?
What version of Node.js are you using?
What browser are you using?
Firefox
What operating system are you using?
macOS
Reproduction URL
Since SolidStart isn't currently working on Stackblitz, please test locally:
git clone https://github.com/binajmen/bun-solidstart-tw4
bun install && bun dev
app.tsx
(e.g., to bg-blue-400) and save the fileDescribe your issue
When adding Tailwind classes that weren't previously used anywhere in the codebase, these new classes aren't being included in the generated CSS file. The changes only take effect after manually restarting the development server.
The text was updated successfully, but these errors were encountered: