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
Have you updated your dependencies? You might be using an old version of the library.
Have you checked for an existing issue on this topic? If there is one, post a comment on it instead.
What browsers are you seeing the problem on?
Chrome
Description
Just trying to port a Svelte project to SvelteKit so I could add more pages to it, and when I started copying everything, the css was not being applied at all.
Steps To Reproduce
Make new SvelteKit project using npm (skeleton project)
Copy a Svelte project (using Fluent Svelte)'s files over to SvelteKit
Nothing works!
Expected behavior
The css would be applied and the page would look normal.
Before you start...
What browsers are you seeing the problem on?
Chrome
Description
Just trying to port a Svelte project to SvelteKit so I could add more pages to it, and when I started copying everything, the css was not being applied at all.
Steps To Reproduce
Expected behavior
The css would be applied and the page would look normal.
Relevant Assets
https://i.imgur.com/MVAG8ks.jpeg
(what the site is supposed to look like)
https://i.imgur.com/68JuLlk.png
(what the site looks like with sveltekit)
The text was updated successfully, but these errors were encountered: