Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:59
· 2 commits to master since this release

2.0.0 (2025-09-08)

Code Refactoring

  • remove concept of "direct assignments" (2cdf841)

BREAKING CHANGES

  • this was prevent legit use of custom properties to
    override children:
.root {
  position: relative;

  --SomeChild-width: 960px;
}

Instead we now just care about "API declarations"