I want to use css framework in my svelte project, in this case it was uikit.
I had install it with yarn add uikit
yarn add uikit
And of course i have to import
So if you want to use UIKit I would go look at the information on the homepage.
From HTML markup section in the introduction on UIKit site:
You need to add:
to the head of your html file.
So in your case you could point to your node_modules folder like
in your template.