SCSS global style not applying correctly on custom error page in SvelteKit
I’m encountering an issue with my SvelteKit project where global styles defined in my SCSS files are not being applied correctly to my custom svelte error page. Interestingly, the styles seem to apply only when hovering over a <a> button with href="/"
, but not with an empty href=""
or other attributes.