v1.7.8
Bug Fixes
- Fix layout shift in theme layer:
@layer utilities { .theme-transition { ... } }inlayers/theme/app/assets/css/theme.csshad the same root cause as the v1.7.7 fix —@layerin 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.