error: Stylesheet --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | / p::before { 2 | | content: ' content '; 3 | | } 4 | | ... | 18 | | background: none 19 | | } | |__^ error: Rule --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | / p::before { 2 | | content: ' content '; 3 | | } | |_^ error: StyleRule --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | / p::before { 2 | | content: ' content '; 3 | | } | |_^ error: ComplexSelector --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | p::before { | ^^^^^^^^^ error: CompoundSelector --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | p::before { | ^^^^^^^^^ error: NamespacedName --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | p::before { | ^ error: Text --> $DIR/tests/fixture/rome/values/input.css:1:1 | 1 | p::before { | ^ error: SubclassSelector --> $DIR/tests/fixture/rome/values/input.css:1:2 | 1 | p::before { | ^^^^^^^^ error: PseudoSelector --> $DIR/tests/fixture/rome/values/input.css:1:2 | 1 | p::before { | ^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:1:4 | 1 | p::before { | ^^^^^^ error: Tokens error: DeclBlock --> $DIR/tests/fixture/rome/values/input.css:1:11 | 1 | p::before { | ___________^ 2 | | content: ' content '; 3 | | } | |_^ error: Property --> $DIR/tests/fixture/rome/values/input.css:2:2 | 2 | content: ' content '; | ^^^^^^^^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:2:2 | 2 | content: ' content '; | ^^^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:2:11 | 2 | content: ' content '; | ^^^^^^^^^^^ error: Str --> $DIR/tests/fixture/rome/values/input.css:2:11 | 2 | content: ' content '; | ^^^^^^^^^^^ error: Rule --> $DIR/tests/fixture/rome/values/input.css:5:1 | 5 | / .number { 6 | | opacity: 1e-3; 7 | | line-height: 0.2; 8 | | width: 20%; 9 | | margin-top: -5%; 10 | | } | |_^ error: StyleRule --> $DIR/tests/fixture/rome/values/input.css:5:1 | 5 | / .number { 6 | | opacity: 1e-3; 7 | | line-height: 0.2; 8 | | width: 20%; 9 | | margin-top: -5%; 10 | | } | |_^ error: ComplexSelector --> $DIR/tests/fixture/rome/values/input.css:5:1 | 5 | .number { | ^^^^^^^ error: CompoundSelector --> $DIR/tests/fixture/rome/values/input.css:5:1 | 5 | .number { | ^^^^^^^ error: SubclassSelector --> $DIR/tests/fixture/rome/values/input.css:5:1 | 5 | .number { | ^^^^^^^ error: ClassSelector --> $DIR/tests/fixture/rome/values/input.css:5:1 | 5 | .number { | ^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:5:2 | 5 | .number { | ^^^^^^ error: DeclBlock --> $DIR/tests/fixture/rome/values/input.css:5:9 | 5 | .number { | _________^ 6 | | opacity: 1e-3; 7 | | line-height: 0.2; 8 | | width: 20%; 9 | | margin-top: -5%; 10 | | } | |_^ error: Property --> $DIR/tests/fixture/rome/values/input.css:6:2 | 6 | opacity: 1e-3; | ^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:6:2 | 6 | opacity: 1e-3; | ^^^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:6:11 | 6 | opacity: 1e-3; | ^^^^ error: Num --> $DIR/tests/fixture/rome/values/input.css:6:11 | 6 | opacity: 1e-3; | ^^^^ error: Property --> $DIR/tests/fixture/rome/values/input.css:7:2 | 7 | line-height: 0.2; | ^^^^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:7:2 | 7 | line-height: 0.2; | ^^^^^^^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:7:15 | 7 | line-height: 0.2; | ^^^ error: Num --> $DIR/tests/fixture/rome/values/input.css:7:15 | 7 | line-height: 0.2; | ^^^ error: Property --> $DIR/tests/fixture/rome/values/input.css:8:2 | 8 | width: 20%; | ^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:8:2 | 8 | width: 20%; | ^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:8:9 | 8 | width: 20%; | ^^^ error: PercentValue --> $DIR/tests/fixture/rome/values/input.css:8:9 | 8 | width: 20%; | ^^^ error: Num --> $DIR/tests/fixture/rome/values/input.css:8:9 | 8 | width: 20%; | ^^ error: Property --> $DIR/tests/fixture/rome/values/input.css:9:2 | 9 | margin-top: -5%; | ^^^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:9:2 | 9 | margin-top: -5%; | ^^^^^^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:9:14 | 9 | margin-top: -5%; | ^^^ error: PercentValue --> $DIR/tests/fixture/rome/values/input.css:9:14 | 9 | margin-top: -5%; | ^^^ error: Num --> $DIR/tests/fixture/rome/values/input.css:9:14 | 9 | margin-top: -5%; | ^^ error: Rule --> $DIR/tests/fixture/rome/values/input.css:12:1 | 12 | / foo { 13 | | color: yellow 14 | | } | |_^ error: StyleRule --> $DIR/tests/fixture/rome/values/input.css:12:1 | 12 | / foo { 13 | | color: yellow 14 | | } | |_^ error: ComplexSelector --> $DIR/tests/fixture/rome/values/input.css:12:1 | 12 | foo { | ^^^ error: CompoundSelector --> $DIR/tests/fixture/rome/values/input.css:12:1 | 12 | foo { | ^^^ error: NamespacedName --> $DIR/tests/fixture/rome/values/input.css:12:1 | 12 | foo { | ^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:12:1 | 12 | foo { | ^^^ error: DeclBlock --> $DIR/tests/fixture/rome/values/input.css:12:5 | 12 | foo { | _____^ 13 | | color: yellow 14 | | } | |_^ error: Property --> $DIR/tests/fixture/rome/values/input.css:13:2 | 13 | color: yellow | ^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:13:2 | 13 | color: yellow | ^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:13:9 | 13 | color: yellow | ^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:13:9 | 13 | color: yellow | ^^^^^^ error: Rule --> $DIR/tests/fixture/rome/values/input.css:16:1 | 16 | / bar { 17 | | color: yellow; 18 | | background: none 19 | | } | |_^ error: StyleRule --> $DIR/tests/fixture/rome/values/input.css:16:1 | 16 | / bar { 17 | | color: yellow; 18 | | background: none 19 | | } | |_^ error: ComplexSelector --> $DIR/tests/fixture/rome/values/input.css:16:1 | 16 | bar { | ^^^ error: CompoundSelector --> $DIR/tests/fixture/rome/values/input.css:16:1 | 16 | bar { | ^^^ error: NamespacedName --> $DIR/tests/fixture/rome/values/input.css:16:1 | 16 | bar { | ^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:16:1 | 16 | bar { | ^^^ error: DeclBlock --> $DIR/tests/fixture/rome/values/input.css:16:5 | 16 | bar { | _____^ 17 | | color: yellow; 18 | | background: none 19 | | } | |_^ error: Property --> $DIR/tests/fixture/rome/values/input.css:17:2 | 17 | color: yellow; | ^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:17:2 | 17 | color: yellow; | ^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:17:9 | 17 | color: yellow; | ^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:17:9 | 17 | color: yellow; | ^^^^^^ error: Property --> $DIR/tests/fixture/rome/values/input.css:18:2 | 18 | background: none | ^^^^^^^^^^^^^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:18:2 | 18 | background: none | ^^^^^^^^^^ error: Value --> $DIR/tests/fixture/rome/values/input.css:18:14 | 18 | background: none | ^^^^ error: Text --> $DIR/tests/fixture/rome/values/input.css:18:14 | 18 | background: none | ^^^^