I want to use css framework in my svelte project, in this case it was uikit.
I had install it with yarn add uikit
And of course i have to import
With Svelte v.3.24.0 it is possible to import css directly in your component's style tag:
So we don't need to install any additional Rollup plugins here.