v1.8.16
Fixed
shadow-smandshadow-lgsilently stopped applying their own shadow strength. The responsive shadow registration built class names asshadow-${breakpoint}for every entry in the breakpoint list (sm,md,lg,xl,xxl). Sincesmandlgare also the named shadow scale's own suffixes, that produced class names identical to the baseshadow-sm/shadow-lgclasses — and because registration is last-write-wins, the responsive loop (which runs later) silently overwrote both with "default-strength shadow, active from that breakpoint up" instead.shadow-sm,shadow, andshadow-lgrendered as the exact same shadow. The documentedshadow-{bp}-{variant}responsive pattern (shadow-md-sm,shadow-lg-lg, …) was unaffected and still correct. Fixed by dropping the undocumented bareshadow-${bp}registration entirely.
Full changelog: https://github.com/AftabIbrahimKazi/strata/blob/main/CHANGELOG.md#1816--2026-08-16