in svelte.config.js [6:16]
preprocess: sveltePreprocess({
defaults: {
style: "scss",
},
scss: {
prependData: `@import 'node_modules/@mozilla-protocol/core/protocol/css/protocol.scss';`,
},
postcss: {
plugins: [autoPrefixer, postCssImport],
},
}),