Skip to content

Conversation

@matthewp
Copy link
Contributor

Changes

  • Cloudflare example is now working again, with dev styles.
  • This uses the same method that we use for virtual:astro:pages. There's a virtual module for each page (which collects the CSS) and a virtual module for all of the pages, which is a map of route to the dev CSS component.
  • The dev pipeline imports and uses this module.
  • The result is each page has just the CSS for itself.

Testing

  • packages/astro/test/css-order-import.test.js all pass now

Docs

N/A, bug fix

@changeset-bot
Copy link

changeset-bot bot commented Nov 21, 2025

⚠️ No Changeset found

Latest commit: f6e4463

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Nov 21, 2025
@matthewp matthewp marked this pull request as ready for review November 21, 2025 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: astro Related to the core `astro` package (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants