summaryrefslogtreecommitdiff
path: root/.changeset/green-ducks-reply.md
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-06-06 18:26:15 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-06 18:26:15 -0400
commit51c60de76cf8dd8b589cb7ae61d43159a83ef03d (patch)
treea3d465e20b60178da1869d80f3a90239c8ac6368 /.changeset/green-ducks-reply.md
parent88974f8b408e12bc392425be31628a5bd086a4cb (diff)
downloadastro-51c60de76cf8dd8b589cb7ae61d43159a83ef03d.tar.gz
astro-51c60de76cf8dd8b589cb7ae61d43159a83ef03d.tar.zst
astro-51c60de76cf8dd8b589cb7ae61d43159a83ef03d.zip
Fix importing CSS packages in frontmatter (#3537)
* Fix importing CSS packages in frontmatter * Formatting * Only update if the source code contains the import * Consolidate the two plugins * we do need a pre and a post * Adds a changeset
Diffstat (limited to '.changeset/green-ducks-reply.md')
-rw-r--r--.changeset/green-ducks-reply.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/green-ducks-reply.md b/.changeset/green-ducks-reply.md
new file mode 100644
index 000000000..20b00ddca
--- /dev/null
+++ b/.changeset/green-ducks-reply.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fixes imported CSS packages in frontmatter