-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
I'm seeing an issue where CSS is incorrectly loaded from other layouts.
I reproduced the issue in a repo.
Reproduction steps:
- Create two routes simple and other and configure them to use layouts Layout.svelte and Other.svelte, respectively.
- Create two CSS files, simple.css and other.css. Inside the script tag of each layout, import their respective CSS file.
- Bug: Start the dev server and navigate to one of your routes. You'll see that on both routes, both simple.css and other.css are loaded.
- Expected behaviour: On the simple route, only simple.css is loaded. On the other route, only other.css is loaded.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on