I wrote this template so I can easily impliment svelte, scss, and postcss together without having to rewrite it each time. It's based off the official svelte template.
To create your new project degit:
npx degit ghostdevv/svelte-scss-template my-svelte-app
cd my-svelte-app
cd my-svelte-app
npm install
We use the commands provided with the official template
npm run dev
npm run build
npm run start
These are the postcss plugins we use
Make a PR! I would love to expand the plugins and features this template uses
This is normal, I haven't found a fix for it, scss still works though! Just ignore this issue for now. (this error happens on style tags in components)