heybourn / headwind

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

Support first and last child utilities #131

Open laurensiusadi opened 3 years ago

laurensiusadi commented 3 years ago

Please add support to sort state utilities such as: first: and last:. These are added custom on tailwind.config.js via theme.extend https://tailwindcss.com/docs/hover-focus-and-other-states#first-child

I'm currently on 2.0.0. If a class string have those state above, sorting doesn't work.