Closed ibilux closed 2 years ago
I don't get any styles displaying when running Sveltekit, even with Vite v3.0.9, standard styled Tailwind HTML renders fine
Hello @ibilux. Please provide a online reproduction by Stack Blitz or a minimal GitHub repository. You can fork this Stack Blitz to get start. Issues labeled by missing demo
will be closed if no activities in 3 days.
Reproduction link :
https://stackblitz.com/edit/sveltejs-kit-template-default-yznzfw
The same bug still exist in v1.0.0-beta.5
I've also got this bug with Vite v3.1.0
I've also got this bug with Vite v3.1.0
Bug is fixed in vite v3.1.2
.
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/sveltejs-kit-template-default-yznzfw
Bug description
The iOS theme doesn't apply and won't show correctly in SvelteKit using newer vite version (
3.1.0-beta.1
and3.1.0-beta.2
) in dev mode only (when runingnpm run dev
). But works in build version (npm run preview
). When reverting to vite3.0.9
the iOS theme applies and works perfectly in both dev mode and preview mode.I guess something changed in newer vite version: https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md
Expected Behavior
iOS theme
Actual Behavior
Material theme
Konsta UI version
v0.11.1 v1.0.0-beta.5
Platform/Target and Browser Versions
Linux/Brave Version 1.42.86 Chromium: 104.0.5112.81 (Official Build) (64-bit)
Validations
Would you like to open a PR for this bug?