diff options
author | 2022-03-15 19:32:39 -0400 | |
---|---|---|
committer | 2022-03-15 19:32:39 -0400 | |
commit | 79282163e229bfe332b1221be3099f751b05807b (patch) | |
tree | 22017dcf2d491040449be10241bda6afcc5caa0a /.changeset | |
parent | 8654e841fffae4e1c36985bbead73765b5f9fa16 (diff) | |
download | astro-79282163e229bfe332b1221be3099f751b05807b.tar.gz astro-79282163e229bfe332b1221be3099f751b05807b.tar.zst astro-79282163e229bfe332b1221be3099f751b05807b.zip |
fix: Svelte PostCSS config error (#2807)
* fix: Svelte PostCSS config error
* chore: changeset
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/large-snakes-lay.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/large-snakes-lay.md b/.changeset/large-snakes-lay.md new file mode 100644 index 000000000..95e296e00 --- /dev/null +++ b/.changeset/large-snakes-lay.md @@ -0,0 +1,5 @@ +--- +'@astrojs/renderer-svelte': patch +--- + +Remove "PostCSS configuration was not passed or is invalid" error when using the Svelte renderer |