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"