We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6091d commit acdcb9cCopy full SHA for acdcb9c
packages/tailwindcss-language-service/src/util/find.ts
@@ -395,7 +395,7 @@ export function findHelperFunctionsInRange(
395
match.groups.helper.length +
396
match.groups.innerPrefix.length
397
398
- let helper = 'config'
+ let helper: 'config' | 'theme' = 'config'
399
400
if (match.groups.helper === 'theme' || match.groups.helper === '--theme') {
401
helper = 'theme'
0 commit comments