We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e70f6 commit bcc8a84Copy full SHA for bcc8a84
packages/tailwindcss-language-server/src/lib/constants.ts
@@ -1,3 +1,3 @@
1
-export const CONFIG_GLOB = '{tailwind,tailwind.config}.{js,cjs}'
+export const CONFIG_GLOB = '{tailwind,tailwind.config,tailwind.*.config,tailwind.config.*}.{js,cjs}'
2
export const PACKAGE_LOCK_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'
3
export const CSS_GLOB = '*.{css,scss,sass,less,pcss}'
0 commit comments