Skip to content

v1.7.8

Choose a tag to compare

@kieranmansfield kieranmansfield released this 05 Jun 11:44
· 79 commits to main since this release

Bug Fixes

  • Fix layout shift in theme layer: @layer utilities { .theme-transition { ... } } in layers/theme/app/assets/css/theme.css had the same root cause as the v1.7.7 fix — @layer in a CSS file not processed by Tailwind 4 creates a rogue cascade layer declaration, triggering a browser style recalculation after initial paint. Replaced with a plain .theme-transition {} selector.