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
{{ message }}
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
I am trying to use this component system with the current version of the Svelte template: https://github.com/sveltejs/template
However I am getting an error:
I am trying to use this component system with the current version of the Svelte template:
https://github.com/sveltejs/template
However I am getting an error:
I compared with your older template from here
https://github.com/TheComputerM/svelte-materialify-template
and the difference seems to be mainly this import in the rollup:
import css from 'rollup-plugin-css-only';and a file called theme/_material-theme.scss
I could not get it to run though.
Any ideas?