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 8781aa9 commit 7c6cf45Copy full SHA for 7c6cf45
packages/tailwindcss-language-server/src/features.ts
@@ -22,7 +22,7 @@ export type Feature =
22
export function supportedFeatures(version: string): Feature[] {
23
let features: Feature[] = []
24
25
- if (semver.gte(version, '4.0.0')) {
+ if (semver.gte(version, '4.0.0-alpha.1')) {
26
return ['css-at-theme', 'layer:base', 'content-list']
27
}
28
0 commit comments