heybourn / headwind

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

Cannot sort laravel blade conditional classes #190

Open PH7-Jack opened 1 year ago

PH7-Jack commented 1 year ago

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

hacknug commented 1 year 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