v0.2.82
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