Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 360 Bytes

File metadata and controls

5 lines (4 loc) · 360 Bytes
astro patch

Fixes scoped styles from .astro components being dropped when rendered inside MDX content (<Content /> from render(entry)) passed through a named slot using <Fragment slot="X">. The Fragment component now eagerly evaluates its slot contents to ensure propagating components register their styles before head content is flushed.