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 eb6e760 commit b8ba251Copy full SHA for b8ba251
packages/tailwindcss-language-service/src/util/find.ts
@@ -149,7 +149,8 @@ async function findCustomClassLists(
149
})
150
}
151
} catch (err) {
152
- console.log(JSON.stringify({ text, filters: regexes }))
+ console.error(err)
153
+ console.log({ text, filters: regexes })
154
throw new Error('Failed to parse custom class regex')
155
156
0 commit comments