TailwindCSS: Inset Shadow Transition Fix
A focused fix to the inset shadow none utility resolves a CSS transition bug by adding the missing inset keyword, ensuring smooth animations between shadow states.
Duration: PT1M54S
Episode overview
This episode is a short developer briefing from TailwindCSS.
It explains recent repository work in plain language.
- Show: TailwindCSS
- Published: 2026-06-09T13:06:39Z
- Audio duration: PT1M54S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your TailwindCSS briefing for June 9th, 2026.
Today's activity centers on a single but important fix to shadow utilities that addresses a CSS transition consistency issue.
Robin Malfait merged pull request 20208, which corrects the inset shadow none class implementation. The fix adds the missing "inset" keyword to the CSS variable definition, changing it from a basic zero shadow to an explicit inset zero shadow. While both approaches visually produce no shadow, the distinction matters…
The core issue was that without the inset keyword, transitions between inset shadow states weren't behaving properly. When you animated from an inset shadow to what should be no inset shadow, the browser was actually transitioning between two fundamentally different shadow types - inset and outset. This type…
The fix ensures that inset shadow none maintains the same shadow type as other inset shadow utilities, allowing CSS transitions to interpolate correctly between shadow intensities rather than switching shadow types mid-animation.
For developers using inset shadow utilities with transitions or animations, this change will eliminate unexpected behavior where shadows would…
Nearby episodes from TailwindCSS
- Build System Reliability Fixes
- Weekly Recap - Stability and Bot Management
- RISC-V Architecture Support
- Progressive Web App Display Mode Support
- Template Processing and CSS Output Improvements
- Automated Bot Spam Overwhelms Repository
- CLI Robustness Improvements
- Weekly Recap - Canonicalization Refinements & Developer Tooling