DEV Community

[Comment from a deleted post]
Collapse
 
bbarbour profile image
Brian Barbour

This is awesome.

One thing I couldn't figure out today, and I tried asking the Svelte discord... but they ignored me.

How do you get a stylesheet inside of your node modules to work? Do you @import them in css? Do you import them in scripts. I couldn't figure it out.

Thanks for any/all help.

Collapse
 
corvusetiam profile image
CorvusEtiam

You could read up about svelte:head tag. That is how I would solve it.