CSS Utilities: Enjoy a cleaner experience with the removal of duplicate translate-z-px values, ensuring your styles are more efficient and easier to manage.
CSS Variables: Benefit from improved performance as we re-enable the removal of unused CSS variables and keyframes, optimizing your stylesheets for better loading times.
Improvements
Sorting Logic: Experience enhanced organization as we now sort CSS properties based on their usage, making it easier to manage and understand your styles.
Vite Integration: Enjoy a smoother development process with the updated Vite plugin that now uses the file system to discover class names, improving reliability and performance.
Fixes
Fix issues with CSS variable declarations by ensuring !important is only applied where necessary, leading to cleaner and more predictable styles.
Fix integration tests for Windows by assigning random ports, preventing conflicts and ensuring a smoother testing experience across different environments.
Others
Improve the developer experience by allowing theme(…) options when using @import, making it easier to customize your Tailwind setup.
Preserve custom properties in keyframes to ensure your animations work as intended without losing important styles.