diff options
author | 2022-06-06 18:26:15 -0400 | |
---|---|---|
committer | 2022-06-06 18:26:15 -0400 | |
commit | 51c60de76cf8dd8b589cb7ae61d43159a83ef03d (patch) | |
tree | a3d465e20b60178da1869d80f3a90239c8ac6368 /.changeset/green-ducks-reply.md | |
parent | 88974f8b408e12bc392425be31628a5bd086a4cb (diff) | |
download | astro-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.md | 5 |
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 |