Skip to content

Commit

Permalink
Add one more log
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 28, 2024
1 parent 9a8ce41 commit cb62a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tailwindcss-language-server/src/tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,9 @@ export class TW {
}
return 0
})

console.log('[GLOBAL] Checking selectors', documentSelector)

for (let selector of documentSelector) {
let uri = URI.parse(document.uri)
let pattern = selector.pattern.replace(/[\[\]{}]/g, (m) => `\\${m}`)
Expand Down

0 comments on commit cb62a7f

Please sign in to comment.