You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get svelte-preprocess to find a PostCSS config file.
With just
sveltePreprocess()
PostCSS is not processed at all. With
sveltePreprocess({
postcss: {}
})
PostCSS is ran but I get the erorr message
[svelte-preprocess] PostCSS configuration was not passed. If you expect to load it from a file make sure to install "postcss-load-config" and try again.
Even though postcss-load-config is installed. With
Example repo
I can't get svelte-preprocess to find a PostCSS config file.
With just
PostCSS is not processed at all. With
PostCSS is ran but I get the erorr message
Even though
postcss-load-config
is installed. Witheverything works as expected but I would like to define an external PostCSS config file.
The text was updated successfully, but these errors were encountered: