Skip to content

Commit 8fcb2dc

Browse files
committed
Fix typo
1 parent 8e3370d commit 8fcb2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/project-locator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export class ProjectLocator {
161161
}
162162
}
163163

164-
// Don't boot a project for the CS config if using Tailwind v4
164+
// Don't boot a project for the JS config if using Tailwind v4
165165
if (config.type === 'js' && tailwind.features.includes('css-at-theme')) {
166166
return null
167167
}

0 commit comments

Comments
 (0)