Skip to content

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:31
· 22 commits to main since this release

Fixed

  • Scoped bundle (admin.scoped.css) now ships with native CSS nesting pre-flattened. The nested form silently broke once a consumer's build pipeline downleveled it — LightningCSS mis-lowers a nested & inside @scope to a bare :scope, rewriting ._ao-btn:hover to :scope:hover and killing every :hover/:focus/state rule. (both)