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 f1198cf commit d115e00Copy full SHA for d115e00
packages/tailwindcss-language-service/src/completionProvider.ts
@@ -225,7 +225,6 @@ async function provideCustomClassNameCompletions(
225
let containerMatch
226
227
while ((containerMatch = containerRegex.execForGroup(str, 1)) !== null) {
228
- console.log(containerMatch)
229
const searchStart = document.offsetAt(searchRange.start)
230
const matchStart = searchStart + containerMatch.start
231
const matchEnd = searchStart + containerMatch.end
0 commit comments