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 e0f8d73 commit 5633349Copy full SHA for 5633349
packages/tailwindcss-language-service/src/completionProvider.ts
@@ -77,8 +77,6 @@ export function completionsFromClassList(
77
}
78
79
80
- // console.log(Object.keys(isSubset ? subset : state.classNames.classNames))
81
-
82
return {
83
isIncomplete: false,
84
items: Object.keys(isSubset ? subset : state.classNames.classNames)
0 commit comments