Skip to content

@astrojs/compiler@0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 22:28
· 351 commits to main since this release
e419b96

Minor Changes

  • 558c9dd: Generate a stable scoped class that does NOT factor in local styles. This will allow us to safely do style HMR without needing to update the DOM as well.
  • c19cd8c: Update Astro's CSS scoping algorithm to implement zero-specificity scoping, according to RFC0012.