sveltejs / svelte-preprocess

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
MIT License
1.76k stars 151 forks source link

feat: support postcss-load-config 4 #520

Closed bluwy closed 2 years ago

bluwy commented 2 years ago

Fix #519

Checking the code changes in postcss-load-config, this should be enough to suppress peer dep issues.

Before submitting the PR, please make sure you do the following

Tests