diff --git a/.changeset/smart-numbers-shout.md b/.changeset/smart-numbers-shout.md new file mode 100644 index 000000000000..4d5083862a43 --- /dev/null +++ b/.changeset/smart-numbers-shout.md @@ -0,0 +1,19 @@ +--- +'astro': patch +--- + +Astro is smarter about CSS! Small stylesheets are now inlined by default, and no longer incur the cost of additional requests to your server. Your visitors will have to wait less before they see your pages, especially those in remote locations or in a subway. + +This may not be news to you if you had opted-in via the `build.inlineStylesheets` configuration. Stabilized in Astro 2.6 and set to "auto" by default for Starlight, this configuration allows you to reduce the number of requests for stylesheets by inlining them into