Skip to content

v0.2.82

Choose a tag to compare

@DrSkillIssue DrSkillIssue released this 21 Mar 02:52
· 86 commits to main since this release

Conditional Cascade Shadowing Fix

Fixes ~130 false-positive padding-right: 0px warnings on Button components where a conditional CSS variant (e.g., [data-icon]) with higher specificity shadowed the unconditional base sizing.

Changes

  • var() substitution moved to declaration collection — resolves once per selector instead of per element; delta fact system automatically receives resolved values
  • Touch-target unconditional fallback — when a conditional selector shadows the base value, the rule consults the delta fact's unconditional values instead of falling through to the global reset