heybourn / headwind

An opinionated Tailwind CSS class sorter built for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=heybourn.headwind
MIT License
1.39k stars 44 forks source link

Cannot sort laravel blade conditional classes #190

Open ph7jack opened 2 years ago

ph7jack commented 2 years ago

Describe the bug Cannot sort css classes using the laravel blade conditional classes image

hacknug commented 2 years ago

@PH7-Jack I think you will need to add a new regex for PHP files. You can check the examples for the supported languages here: https://github.com/heybourn/headwind/blob/master/package.json#L5281-L5313