File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
packages/tailwindcss-language-server/tests/css Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -618,17 +618,6 @@ defineTest({
618
618
619
619
// Symbols show up for @custom -variant
620
620
expect ( await doc . symbols ( ) ) . toMatchObject ( [
621
- {
622
- kind : SymbolKind . Module ,
623
- name : '@layer base' ,
624
- location : {
625
- uri : '{workspace:default}/file-1.css' ,
626
- range : {
627
- start : { line : 0 , character : 0 } ,
628
- end : { line : 4 , character : 1 } ,
629
- } ,
630
- } ,
631
- } ,
632
621
{
633
622
kind : SymbolKind . Class ,
634
623
name : '.foo' ,
@@ -640,17 +629,6 @@ defineTest({
640
629
} ,
641
630
} ,
642
631
} ,
643
- {
644
- kind : SymbolKind . Module ,
645
- name : '@layer utilities' ,
646
- location : {
647
- uri : '{workspace:default}/file-1.css' ,
648
- range : {
649
- start : { line : 5 , character : 0 } ,
650
- end : { line : 9 , character : 1 } ,
651
- } ,
652
- } ,
653
- } ,
654
632
{
655
633
kind : SymbolKind . Class ,
656
634
name : '.bar' ,
You can’t perform that action at this time.
0 commit comments