-
### Describe the bug
If you do something like `import '$lib/layout1.css';` in a +layout or +page, the CSS is incorrectly applied on hover (probably due to the preload functionality).
Additionally …
-
Would it make sense to have a remote as a sveltekit app that uses static adapter?
One can build sveltekit apps to run on a base "./" so you can mount it anywhere.. (theoretically)
(not sure if I'm…
-
Upgrading today from `"@sveltejs/kit": "1.30.0"` to `"@sveltejs/kit": "2.0.0"` I'm getting this warning:
```
WARNING: The following packages have a svelte field in their package.json but no export…
-
With the release of [Svelte 5](https://svelte.dev/blog/svelte-5-is-alive), it's a good time to migrate from Svelte 4. The benefits of Svelte 5 include:
* Enhanced compiler optimisations which lead …
-
Hello,
I've been trying out paraglide for a static site with sveltekit(`@sveltejs/adapter-static`), and I can't seem to get the images import to work.
In sveltekit the [suggested way of importin…
-
### Describe the bug
Recently I have created a new svelte-kit project & imported a custom tailwind theme using layouts and updating app.html. Then created a sample form using only input fields ever…
-
postinstall script from "@sveltejs/kit" exited with 1
-
### Describe the problem
In Svelte
-
Currently VizHub support Svelte 4.
It should support Svelte 5 which is way better, and is now stable.
This would be a good place to start:
https://github.com/vizhub-core/vizhub/blob/main/runt…
-
### Describe the bug
Back in https://github.com/sveltejs/svelte/issues/12721, which was ultimately solved through https://github.com/sveltejs/svelte/pull/12745, there were some false positives when…