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 for ESM when using `tailwind.config.cjs` #133

Open mattcroat opened 3 years ago

mattcroat commented 3 years ago

Is your feature request related to a problem? Please describe.

When using native JavaScript modules (ESM), the tailwind.config.cjs extension doesn't get picked up. You have to rename it temporarily to tailwind.config.js when you want to use it.

Describe the solution you'd like

Please consider adding support for the tailwind.config.cjs extension.

Thank you for this amazing extension :+1: