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

Adding Additional Config to Prepend Custom Classes #50

Closed buffalom closed 4 years ago

buffalom commented 4 years ago

I personally prefer having custom classes before all the Tailwind CSS classes. So I added an additional config flag to allow prepending instead of appending of custom classes.

It's my first time contributing open-source so feel free to give feedback and improvement ideas.

heybourn commented 4 years ago

Looks great, merged!