sveltejs / rollup-plugin-svelte

Compile Svelte components with Rollup
MIT License
503 stars 79 forks source link

Using scss files #53

Closed frederikhors closed 5 years ago

frederikhors commented 5 years ago

If I wanna use .scss files what I need to do?

I can open a wiki page or a PR to explain this to newbies like me.

Thanks.

frederikhors commented 5 years ago

https://github.com/sveltejs/template/issues/34

maxmilton commented 5 years ago

What you need is to use a style preprocessor. See the docs at https://svelte.dev/docs#svelte_preprocess.

If you don't want to write your own preprocessor there are some existing packages:

frederikhors commented 5 years ago

Ok, @MaxMilton I will write a PR for a wiki/FAQ page ASAP for newbies. Please do not close.