Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluent Svelte for SvelteKit does not work at all #55

Open
2 tasks done
carrved opened this issue Sep 10, 2022 · 2 comments
Open
2 tasks done

Fluent Svelte for SvelteKit does not work at all #55

carrved opened this issue Sep 10, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@carrved
Copy link

carrved commented Sep 10, 2022

Before you start...

  • 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

  1. Make new SvelteKit project using npm (skeleton project)
  2. Copy a Svelte project (using Fluent Svelte)'s files over to SvelteKit
  3. Nothing works!

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)

@carrved carrved added the bug Something isn't working label Sep 10, 2022
@dongle-the-gadget
Copy link

Yeah, looks like something is going on with the latest SvelteKit that is breaking Fluent Svelte.

@dongle-the-gadget
Copy link

@z4xi, in case you are still trying to find a solution, add <slot /> to your +layout.svelte. Fluent Svelte isn't broken, the docs are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants