TailwindCSS: Scrollbar Property Ordering Fix
Robin Malfait merged a pull request to add scrollbar-width and scrollbar-color properties to the property order list, ensuring stable CSS sorting. The change affects 4 files with minimal modifications to maintain consistent property ordering.
Duration: PT1M26S
Episode overview
This episode is a short developer briefing from TailwindCSS.
It explains recent repository work in plain language.
- Show: TailwindCSS
- Published: 2026-05-07T10:01:13Z
- Audio duration: PT1M26S
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 development briefing for May 7th, 2026.
Robin Malfait merged pull request #20019, adding scrollbar-width and scrollbar-color properties to the property order list. This change ensures stable sorting for these CSS properties within the framework's compilation process. The implementation follows existing patterns, placing scrollbar-width before…
The modification spans four files with a net change of 15 additions and 17 deletions. Key updates include the property-order.ts file receiving the two new property definitions, while test files required adjustments to accommodate the new sorting behavior. The CHANGELOG.md received a single-line update documenting…
This technical improvement addresses CSS property consistency, a critical factor for developers who rely on predictable output from their build tools. The change maintains backward compatibility while improving the framework's internal organization.
What's next for the project: Development teams can expect more stable CSS output when using scrollbar utilities, and the framework continues its incremental improvements to property handling consistency.
That's your TailwindCSS update for today.
Nearby episodes from TailwindCSS
- Plugin Crash Fix and Test Cleanup
- Node.js 26+ Compatibility Fix
- Version 4.3.0 Release with New Utilities
- Test Suite Refactoring
- The Quality Quest - Testing Polish and Bug Fixes
- Testing Infrastructure and CSS Math Operators
- Weekly Recap - Enhanced Variant System & TypeScript Fixes
- Major @variant Improvements and Testing Enhancements