summaryrefslogtreecommitdiff
path: root/.changeset/eighty-trees-thank.md
diff options
context:
space:
mode:
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.