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

Does not sort when a prefix like `tw-` is present in tailwind's config file #161

Open ManasMadrecha opened 3 years ago

ManasMadrecha commented 3 years ago

Using

  1. Nuxt
  2. and its Tailwind module

Issue

I have added a prefix tw- for all my tailwind classes in the config file.

Expected behavior

To be able to sort like usual classes of tailwind.

Help

What should be the regex to customize this?