CSS Processing: Tailwind CSS now correctly handles Ruby %w syntax in Slim pre-processing, ensuring that utilities are properly extracted from your code. This means you can use this syntax without worrying about missing classes in your styles.
Improvements
PostCSS: We improve the development experience by fixing a bug that caused Next.js and Turbopack to use an outdated CSS file during builds. This ensures that your latest changes are reflected immediately in your development environment.
Warnings: Tailwind CSS now shows a warning when you use unsupported bare value data types. This helps you avoid potential issues when creating new utilities.
Fixes
Fix the issue where Tailwind CSS does not update global styles correctly in the latest version. This ensures that your styles are always up-to-date with your latest changes.
Others
Update the testing framework to the latest patch version, ensuring better stability and performance in our testing processes.