summaryrefslogtreecommitdiff
path: root/.changeset/fuzzy-donuts-wonder.md
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-26 06:58:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-26 09:58:38 -0400
commitd790eabd986decc380088e52a4dcbff246ee736f (patch)
treef4fb19e33f32cea242349b2813551bc417f00fe9 /.changeset/fuzzy-donuts-wonder.md
parentc7e117ce32592c9c29d24583baa10009e620bcc4 (diff)
downloadastro-d790eabd986decc380088e52a4dcbff246ee736f.tar.gz
astro-d790eabd986decc380088e52a4dcbff246ee736f.tar.zst
astro-d790eabd986decc380088e52a4dcbff246ee736f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/fuzzy-donuts-wonder.md')
-rw-r--r--.changeset/fuzzy-donuts-wonder.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/fuzzy-donuts-wonder.md b/.changeset/fuzzy-donuts-wonder.md
deleted file mode 100644
index b31023913..000000000
--- a/.changeset/fuzzy-donuts-wonder.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'astro': patch
----
-
-**BREAKING** Implement [RFC0012](https://github.com/withastro/rfcs/blob/main/proposals/0012-scoped-css-with-preserved-specificity.md) to preserve authored specificity for Astro scoped styles.
-
-If you use a mix of global styles and Astro scoped styles, **please visually inspect your site** after upgrading to confirm that styles are working as expected.
-
-If you previously relied on Astro's scoped styles to increase the specificity of your selectors, please update your selectors to use an additional class. For example, updating `div` to `div.my-class` will match the previous behavior.