TehShrike / svelte-preprocess-postcss

Use PostCSS to preprocess your styles in Svelte components
25 stars 4 forks source link

Deprecate the package in favour of "svelte-preprocess" #7

Closed artemjackson closed 5 years ago

artemjackson commented 5 years ago

https://github.com/kaisermann/svelte-preprocess already solved the package goal

TehShrike commented 5 years ago

"already solved'? This library predates svelte-preprocess.

If you want PostCSS preprocessing, svelte-preprocess is the wrong tool for the job. It does more than you need.

I would recommend using libraries that solve your specific problem - don't use libraries that try to do too much.