All Questions
1 question
0
votes
2
answers
5k
views
Svelte styles in preprocess not include in build.css
I am creating an app in Svelte and I have a problem with styles.
I preprocess imports in style tags using the rollup.config.js file, not with svelte-preprocess, but with rollup-plugin-svelte ...