Changelog

biomejs/biome · · 2 commits

SCSS semicolonless rules now parse cleanly

Biome fixed semicolonless SCSS @use/@forward handling and corrected a CI token used to remove a triage label.

SCSS semicolonless @use/@forward parsing fixed (denbezrukov95e1d8d)

Biome now accepts semicolonless SCSS module rules such as @use and @forward, instead of treating the missing semicolon as a parse boundary error. The formatter and generated node builders were updated to make the semicolon optional, while tests cover inline and multi-clause cases.

Other misc changes

  • CI workflow token swapped for label removal in needs-repro.yml (ematipicofb63b8e)