Skip to content

@sveltejs/site-kit@4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 14:15
· 217 commits to master since this release
fc24f04

Major Changes

  • 6c04846: Dark mode toggle, dark mode styles changed as well

    This is a breaking change because svelte.dev and kit.svelte.dev rely on variables changing based on @media (prefers-color-scheme: dark), and the variables belonging to :root rather than body

Minor Changes

  • faff260: Ship media queries alongside classes on body

Patch Changes