-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
Hi,
Is there a way to specify a custom config file name instead of tailwind.config.js.
For example, I don't like to have JS files in my project, so I use tailwind.config.ts with vanilla ES6 syntax just for shadowing the JS file extension. But in the meantime, I'm loosing intellisense feature of the extension. So in this case, I think having a config for specifying path is kind of needed.
Alternatively, these lines can have ts extension just to cover the issue.
| const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}' |
| const CONFIG_FILE_GLOB = '{tailwind,tailwind.config}.{js,cjs}' |
sgarcia-dev, liam61, v0idpwn, frencojobs, cmitjans-at-wiris and 5 more
Metadata
Metadata
Assignees
Labels
No labels