noonowl

Results 2 comments of noonowl

I just digging into the issue and it forces to get "theme.css" from the root in `js/app/src/Index.svelte` ``` await mount_css(config.root + "/theme.css", document.head); ``` **==== UPDATED** It appears that the...