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 7f79557 commit ac5c053Copy full SHA for ac5c053
packages/vscode-tailwindcss/src/extension.ts
@@ -157,6 +157,7 @@ async function activeTextEditorSupportsClassSorting(): Promise<boolean> {
157
if (!project) {
158
return false
159
}
160
+ // TODO: Use feature detection instead of version checking
161
return semver.gte(project.version, '3.0.0')
162
163
0 commit comments