Me again - Sveltekit, where to store css when using routes
I currently have my page setup like so.
From what I understand in the svelte tutorial, +layout.svelte is where I want to store anything global? would this also include global css, or should I still be storing that elsewhere, like my lib/styles/globla.css folder.
At the moment all I have in my +layout.svelte is an import from global.css, and my navbar. Should I be moving my navbar into a Header.svelte file, or is it perfectly fine here?
0 Replies