Open slevy85 opened 4 years ago
I was able to get it working using the bare implementation. Details here: https://stackoverflow.com/a/64175081/2895249
@ackushiw I would like to ask how your implementation works, because at the very least as of 5.0.0.beta7 bare doesn't function (at the very least not as expected) because when I tried to do that it just threw an error that it doesn't exist.
Hi, thank you for this great library.
I am trying to use it with snowpack but I didn't succeed. I have the application that launches, I can see the smui elements but without any styling.
Here is the snowpack.config.js I used :
And then in App.svelte I import components :
And the result is default browser style :
I am sorry I didn't post my question on stackoverflow because there already is a similar question about this but without answer yet : https://stackoverflow.com/questions/61970250/getting-svelte-material-ui-working-with-snowpack-and-sass
Thank you for your help