fix: Svelte PostCSS config error (#2807)

* fix: Svelte PostCSS config error

* chore: changeset
This commit is contained in:
Ben Holmes 2022-03-15 19:32:39 -04:00 committed by GitHub
parent 8654e841ff
commit 79282163e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/renderer-svelte': patch
---
Remove "PostCSS configuration was not passed or is invalid" error when using the Svelte renderer

View file

@ -20,7 +20,6 @@ export default {
less: true,
sass: { renderSync: true },
scss: { renderSync: true },
postcss: true,
stylus: true,
typescript: true,
}),