You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Svelte template and I wish to use it with Svelte Materialify
How do I tell the HTML to load the CSS before it exists, i.e. it will exist upon compiling Svelte?
So far, I've tried adding
I'm using the Svelte template and I wish to use it with Svelte Materialify
How do I tell the HTML to load the CSS before it exists, i.e. it will exist upon compiling Svelte?
So far, I've tried adding
but the Vite plugin isn't happy and seeks for
popup.css
, which doesn't exist yetSo far I've been using rollup-plugin-css-only
The text was updated successfully, but these errors were encountered: