Css – Getting "Not Found" when wrapping styles in {#if} blocks in Svelte
I made a component in SvelteKit that will have different styles based on the data provided. Part of the conditional styles are some background images that should be one of either two: The style tag looks like this: {#if true}…