File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
packages/tailwindcss-language-server/src/language Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -401,23 +401,6 @@ export class CssServer {
401
401
402
402
let settings = await getDocumentSettings ( textDocument )
403
403
404
- // let stylesheet = cssLanguageService.parseStylesheet(textDocument) as any
405
- // stylesheet.acceptVisitor({
406
- // visitNode(node) {
407
- // if (node instanceof nodes.UnknownAtRule) {
408
- // console.log(
409
- // node.accept((node) => {
410
- // console.log(node)
411
- // })
412
- // )
413
- // }
414
- // if (node.getText().includes('base')) {
415
- // // console.log(node)
416
- // }
417
- // return true
418
- // },
419
- // })
420
-
421
404
let diagnostics = cssLanguageService
422
405
. doValidation ( textDocument , cssLanguageService . parseStylesheet ( textDocument ) , settings )
423
406
. filter ( ( diagnostic ) => {
You can’t perform that action at this time.
0 commit comments