summaryrefslogtreecommitdiff
path: root/.changeset/eighty-trees-thank.md
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-25 17:00:49 -0500
committerGravatar GitHub <noreply@github.com> 2022-03-25 17:00:49 -0500
commit109693bb0594ec2bb5ef4f40e01af25eade644bf (patch)
tree0b8e33b4c5119217fb956e929dbcb6ab6fee9a4b /.changeset/eighty-trees-thank.md
parente232fcda0a625e612624a5090d19e3b4bd0dc4aa (diff)
downloadastro-@astrojs/solid-js@0.0.2.tar.gz
astro-@astrojs/solid-js@0.0.2.tar.zst
astro-@astrojs/solid-js@0.0.2.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/eighty-trees-thank.md')
-rw-r--r--.changeset/eighty-trees-thank.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/eighty-trees-thank.md b/.changeset/eighty-trees-thank.md
deleted file mode 100644
index 271111369..000000000
--- a/.changeset/eighty-trees-thank.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': minor
----
-
-This PR introduces a new internal CSS parser for `@astrojs/compiler`. See [`withastro/compiler#329`](https://github.com/withastro/compiler/pull/329) for more details.
-
-This fixes Astro's support for modern CSS syntax like `@container`, `@layer`, and nesting. **Note** While Astro now correctly parses this modern syntax, it does not automatically compile features for browser compatability purposes.