Templates: Enjoy improved support for Razor and CSHTML files with the addition of a pre-processor, allowing you to use @sm:flex without needing to escape it with @@. This enhancement simplifies your coding experience in these environments.
Templates: Experience better handling of strings in Pug and Slim templates, ensuring that Tailwind CSS classes are processed correctly without whitespace issues. This fix enhances the reliability of your templates.
Improvements
Class Extraction: Benefit from improved extraction of Tailwind classes from JavaScript embedded in PHP strings, ensuring that your classes are recognized even when they end with an escape character. This enhancement resolves previous extraction issues.
Class Sorting: Enjoy a more accurate sorting of classes by fixing the handling of undefined declarations, ensuring that your custom utilities are sorted correctly. This improvement enhances the organization of your CSS output.
Fixes
Fix issues with boundary character handling in templating languages, ensuring that classes within conditional statements are correctly recognized. This resolves problems where classes were missed due to incorrect boundary processing.
Fix URL rewriting for PostCSS, enabling proper resolution of font URLs in external packages. This fix addresses issues with transitive imports, improving the functionality of your CSS builds.