TailwindCSS: Version 4.3.0 Release with New Utilities
TailwindCSS released version 4.3.0 yesterday, adding three new utility classes for scrollbar gutters, tab sizing, and zoom controls. All changes were implemented by Robin Malfait across four merged pull requests.
Duration: PT2M3S
Episode overview
This episode is a short developer briefing from TailwindCSS.
It explains recent repository work in plain language.
- Show: TailwindCSS
- Published: 2026-05-09T10:00:53Z
- Audio duration: PT2M3S
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 developer briefing for May 9th, 2026.
Yesterday saw the release of TailwindCSS version 4.3.0, featuring three new utility classes that expand the framework's styling capabilities.
Robin Malfait merged four pull requests to implement these updates. The first added scrollbar-gutter utilities, providing `scrollbar-gutter-auto`, `scrollbar-gutter-stable`, and `scrollbar-gutter-both` classes for better scrollbar layout control.
The second pull request introduced tab utilities that set the CSS tab-size property. Developers can now use classes like `tab-2` for `tab-size: 2` or arbitrary values like `tab-[12px]` for custom spacing.
The third addition brought zoom utilities to the framework. These accept percentage-based values, so `zoom-50` outputs `zoom: 50%`, with support for arbitrary values like `zoom-[1.1]`.
The final pull request packaged these features into the official 4.3.0 release, updating package files across all supported platforms including Android, Darwin, FreeBSD, and various Linux distributions.
Nearby episodes from TailwindCSS
- Weekly Recap - Node.js Compatibility and Bug Fixes
- CSS Mixins Support and Container Query Fixes
- Plugin Crash Fix and Test Cleanup
- Node.js 26+ Compatibility Fix
- Test Suite Refactoring
- Scrollbar Property Ordering Fix
- The Quality Quest - Testing Polish and Bug Fixes
- Testing Infrastructure and CSS Math Operators