swc/crates/swc_css_parser/tests/fixture/function/calc/span.rust-debug
2022-02-16 12:40:16 +09:00

15505 lines
404 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

error: Stylesheet
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | / :root {
2 | | font-size: calc(100vw / 35);
3 | | }
4 | |
... |
148 | | width: calc( ( 100px + 100px ) * 2 );
149 | | }
| |__^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | / :root {
2 | | font-size: calc(100vw / 35);
3 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | / :root {
2 | | font-size: calc(100vw / 35);
3 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | :root {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | :root {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | :root {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | :root {
| ^^^^^
error: PseudoClassSelector
--> $DIR/tests/fixture/function/calc/input.css:1:1
|
1 | :root {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:1:2
|
1 | :root {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:1:7
|
1 | :root {
| _______^
2 | | font-size: calc(100vw / 35);
3 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:2:5
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:2:5
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:2:5
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:2:5
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:2:16
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:2:16
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:2:16
|
2 | font-size: calc(100vw / 35);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:2:21
|
2 | font-size: calc(100vw / 35);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:2:24
|
2 | font-size: calc(100vw / 35);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:2:27
|
2 | font-size: calc(100vw / 35);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:2:27
|
2 | font-size: calc(100vw / 35);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:2:29
|
2 | font-size: calc(100vw / 35);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:2:29
|
2 | font-size: calc(100vw / 35);
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:2:29
|
2 | font-size: calc(100vw / 35);
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | / div {
6 | | --width: calc(10% + 30px);
7 | |
8 | | width: calc(0px);
... |
30 | | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
31 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | / div {
6 | | --width: calc(10% + 30px);
7 | |
8 | | width: calc(0px);
... |
30 | | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
31 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: WqName
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:5:1
|
5 | div {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:5:5
|
5 | div {
| _____^
6 | | --width: calc(10% + 30px);
7 | |
8 | | width: calc(0px);
... |
30 | | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
31 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:6:5
|
6 | --width: calc(10% + 30px);
| ^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:6:5
|
6 | --width: calc(10% + 30px);
| ^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:6:5
|
6 | --width: calc(10% + 30px);
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:6:5
|
6 | --width: calc(10% + 30px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:14
|
6 | --width: calc(10% + 30px);
| ^^^^^
error: Function { value: Atom('calc' type=inline), raw: Atom('calc' type=inline) }
--> $DIR/tests/fixture/function/calc/input.css:6:14
|
6 | --width: calc(10% + 30px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:19
|
6 | --width: calc(10% + 30px);
| ^^^
error: Percentage { value: 10.0, raw: Atom('10' type=inline) }
--> $DIR/tests/fixture/function/calc/input.css:6:19
|
6 | --width: calc(10% + 30px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:22
|
6 | --width: calc(10% + 30px);
| ^
error: WhiteSpace { value: Atom(' ' type=inline) }
--> $DIR/tests/fixture/function/calc/input.css:6:22
|
6 | --width: calc(10% + 30px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:23
|
6 | --width: calc(10% + 30px);
| ^
error: Delim { value: '+' }
--> $DIR/tests/fixture/function/calc/input.css:6:23
|
6 | --width: calc(10% + 30px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:24
|
6 | --width: calc(10% + 30px);
| ^
error: WhiteSpace { value: Atom(' ' type=inline) }
--> $DIR/tests/fixture/function/calc/input.css:6:24
|
6 | --width: calc(10% + 30px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:25
|
6 | --width: calc(10% + 30px);
| ^^^^
error: Dimension { value: 30.0, raw_value: Atom('30' type=inline), unit: Atom('px' type=inline), raw_unit: Atom('px' type=inline), type_flag: Integer }
--> $DIR/tests/fixture/function/calc/input.css:6:25
|
6 | --width: calc(10% + 30px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:6:29
|
6 | --width: calc(10% + 30px);
| ^
error: RParen
--> $DIR/tests/fixture/function/calc/input.css:6:29
|
6 | --width: calc(10% + 30px);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:8:5
|
8 | width: calc(0px);
| ^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:8:5
|
8 | width: calc(0px);
| ^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:8:5
|
8 | width: calc(0px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:8:5
|
8 | width: calc(0px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:8:12
|
8 | width: calc(0px);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:8:12
|
8 | width: calc(0px);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:8:12
|
8 | width: calc(0px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:8:17
|
8 | width: calc(0px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:8:18
|
8 | width: calc(0px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:9:5
|
9 | line-height: calc(0);
| ^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:9:5
|
9 | line-height: calc(0);
| ^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:9:5
|
9 | line-height: calc(0);
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:9:5
|
9 | line-height: calc(0);
| ^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:9:18
|
9 | line-height: calc(0);
| ^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:9:18
|
9 | line-height: calc(0);
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:9:18
|
9 | line-height: calc(0);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:9:23
|
9 | line-height: calc(0);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:10:5
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:10:5
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:10:5
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:10:5
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:10:18
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:10:18
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:10:18
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:10:23
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:25
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:10:25
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:27
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:10:27
|
10 | line-height: calc(2 + 3 * 4);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:27
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:10:27
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:10:27
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:29
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:10:29
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:10:31
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:10:31
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:10:31
|
10 | line-height: calc(2 + 3 * 4);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:11:5
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:11:5
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:11:5
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:11:5
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:11:18
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:11:18
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:11:18
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:11:23
|
11 | line-height: calc((2 + 3) * 4);
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:24
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:11:24
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:24
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:11:24
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:11:24
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:26
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:11:26
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:28
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:11:28
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:28
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:11:28
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:11:28
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:31
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:11:31
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:11:33
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:11:33
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:11:33
|
11 | line-height: calc((2 + 3) * 4);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:12:5
|
12 | line-height: calc(-5 * 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:12:5
|
12 | line-height: calc(-5 * 0);
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:12:5
|
12 | line-height: calc(-5 * 0);
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:12:5
|
12 | line-height: calc(-5 * 0);
| ^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:12:18
|
12 | line-height: calc(-5 * 0);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:12:18
|
12 | line-height: calc(-5 * 0);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:12:18
|
12 | line-height: calc(-5 * 0);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:12:23
|
12 | line-height: calc(-5 * 0);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:12:26
|
12 | line-height: calc(-5 * 0);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:12:26
|
12 | line-height: calc(-5 * 0);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:12:28
|
12 | line-height: calc(-5 * 0);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:12:28
|
12 | line-height: calc(-5 * 0);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:12:28
|
12 | line-height: calc(-5 * 0);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:13:5
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:13:5
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:13:5
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:13:5
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:13:12
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:13:12
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:13:12
|
13 | width: calc((100px + 100px));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:13:17
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:13:17
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:17
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:13:17
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:17
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:13:17
|
13 | width: calc((100px + 100px));
| ^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:13:18
|
13 | width: calc((100px + 100px));
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:13:21
|
13 | width: calc((100px + 100px));
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:24
|
13 | width: calc((100px + 100px));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:13:24
|
13 | width: calc((100px + 100px));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:13:26
|
13 | width: calc((100px + 100px));
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:13:29
|
13 | width: calc((100px + 100px));
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:14:5
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:14:5
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:14:5
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:14:5
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:14:12
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:14:12
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:14:12
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:14:20
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:14:20
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:20
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:14:20
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:20
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:14:20
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:14:24
|
14 | width: calc( ( 100px + 100px ) );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:14:27
|
14 | width: calc( ( 100px + 100px ) );
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:32
|
14 | width: calc( ( 100px + 100px ) );
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:14:32
|
14 | width: calc( ( 100px + 100px ) );
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:14:36
|
14 | width: calc( ( 100px + 100px ) );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:14:39
|
14 | width: calc( ( 100px + 100px ) );
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:15:5
|
15 | width: calc( 100px + 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:15:5
|
15 | width: calc( 100px + 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:15:5
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:15:5
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:15:12
|
15 | width: calc( 100px + 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:15:12
|
15 | width: calc( 100px + 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:15:12
|
15 | width: calc( 100px + 100px );
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:15:20
|
15 | width: calc( 100px + 100px );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:15:23
|
15 | width: calc( 100px + 100px );
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:15:28
|
15 | width: calc( 100px + 100px );
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:15:28
|
15 | width: calc( 100px + 100px );
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:15:33
|
15 | width: calc( 100px + 100px );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:15:36
|
15 | width: calc( 100px + 100px );
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:16:5
|
16 | width: calc(500px + 50%);
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:16:5
|
16 | width: calc(500px + 50%);
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:16:5
|
16 | width: calc(500px + 50%);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:16:5
|
16 | width: calc(500px + 50%);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:16:12
|
16 | width: calc(500px + 50%);
| ^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:16:12
|
16 | width: calc(500px + 50%);
| ^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:16:12
|
16 | width: calc(500px + 50%);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:16:17
|
16 | width: calc(500px + 50%);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:16:20
|
16 | width: calc(500px + 50%);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:16:23
|
16 | width: calc(500px + 50%);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:16:23
|
16 | width: calc(500px + 50%);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:16:25
|
16 | width: calc(500px + 50%);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:16:25
|
16 | width: calc(500px + 50%);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:16:25
|
16 | width: calc(500px + 50%);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:16:25
|
16 | width: calc(500px + 50%);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:16:25
|
16 | width: calc(500px + 50%);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:16:25
|
16 | width: calc(500px + 50%);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:17:5
|
17 | width: calc(10% + 20%);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:17:5
|
17 | width: calc(10% + 20%);
| ^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:17:5
|
17 | width: calc(10% + 20%);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:17:5
|
17 | width: calc(10% + 20%);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:17:12
|
17 | width: calc(10% + 20%);
| ^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:17:12
|
17 | width: calc(10% + 20%);
| ^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:17:12
|
17 | width: calc(10% + 20%);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:17:17
|
17 | width: calc(10% + 20%);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:17:21
|
17 | width: calc(10% + 20%);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:17:21
|
17 | width: calc(10% + 20%);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:17:23
|
17 | width: calc(10% + 20%);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:17:23
|
17 | width: calc(10% + 20%);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:17:23
|
17 | width: calc(10% + 20%);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:17:23
|
17 | width: calc(10% + 20%);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:17:23
|
17 | width: calc(10% + 20%);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:17:23
|
17 | width: calc(10% + 20%);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:18:5
|
18 | width: calc(2pc + 3pt);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:18:5
|
18 | width: calc(2pc + 3pt);
| ^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:18:5
|
18 | width: calc(2pc + 3pt);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:18:5
|
18 | width: calc(2pc + 3pt);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:18:12
|
18 | width: calc(2pc + 3pt);
| ^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:18:12
|
18 | width: calc(2pc + 3pt);
| ^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:18:12
|
18 | width: calc(2pc + 3pt);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:18:17
|
18 | width: calc(2pc + 3pt);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:18:18
|
18 | width: calc(2pc + 3pt);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:18:21
|
18 | width: calc(2pc + 3pt);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:18:21
|
18 | width: calc(2pc + 3pt);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:18:23
|
18 | width: calc(2pc + 3pt);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:18:24
|
18 | width: calc(2pc + 3pt);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:19:5
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:19:5
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:19:5
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:19:5
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:19:12
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:19:12
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:19:12
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:19:17
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:22
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:19:22
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:24
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:19:24
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:19:24
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:26
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:19:26
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:28
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:19:28
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:28
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:19:28
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:19:28
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:30
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:19:30
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:32
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:19:32
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:19:32
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:19:32
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:19:32
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:19:33
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:36
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:19:36
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:38
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:19:38
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:38
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:19:38
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:19:38
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:40
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:19:40
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:19:42
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:19:42
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:19:42
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:19:42
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:19:42
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:19:43
|
19 | width: calc(100% / 3 - 2 * 1em - 2 * 1px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:21:5
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:21:5
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:21:5
|
21 | width: calc(calc(50px));
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:21:5
|
21 | width: calc(calc(50px));
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:21:12
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:21:12
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:21:12
|
21 | width: calc(calc(50px));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:21:17
|
21 | width: calc(calc(50px));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:21:22
|
21 | width: calc(calc(50px));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:21:24
|
21 | width: calc(calc(50px));
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:22:5
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:22:5
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:22:5
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:22:5
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:22:12
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:22:12
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:22:12
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:22:17
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:22:22
|
22 | width: calc(calc(60%) - 20px);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:27
|
22 | width: calc(calc(60%) - 20px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:22:27
|
22 | width: calc(calc(60%) - 20px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:22:29
|
22 | width: calc(calc(60%) - 20px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:22:31
|
22 | width: calc(calc(60%) - 20px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:23:5
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:23:5
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:23:5
|
23 | width: calc(calc(3 * 25%));
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:23:5
|
23 | width: calc(calc(3 * 25%));
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:23:12
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:23:12
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:23:12
|
23 | width: calc(calc(3 * 25%));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:23:17
|
23 | width: calc(calc(3 * 25%));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:23:22
|
23 | width: calc(calc(3 * 25%));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:23:24
|
23 | width: calc(calc(3 * 25%));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:23:24
|
23 | width: calc(calc(3 * 25%));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:23:26
|
23 | width: calc(calc(3 * 25%));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:23:26
|
23 | width: calc(calc(3 * 25%));
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:23:26
|
23 | width: calc(calc(3 * 25%));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:23:26
|
23 | width: calc(calc(3 * 25%));
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:24:5
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:24:5
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:24:5
|
24 | width: calc(2 * var(--width));
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:24:5
|
24 | width: calc(2 * var(--width));
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:24:12
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:24:12
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:24:12
|
24 | width: calc(2 * var(--width));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:24:17
|
24 | width: calc(2 * var(--width));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:24:19
|
24 | width: calc(2 * var(--width));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:24:19
|
24 | width: calc(2 * var(--width));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:24:21
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:24:21
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:24:21
|
24 | width: calc(2 * var(--width));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:24:21
|
24 | width: calc(2 * var(--width));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:24:25
|
24 | width: calc(2 * var(--width));
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:24:25
|
24 | width: calc(2 * var(--width));
| ^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:25:5
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:25:5
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:25:5
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:5
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:12
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:25:12
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:12
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:17
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:21
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:25:25
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:27
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:30
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:25:30
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:32
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:32
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:25:32
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:25:32
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:25:32
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:33
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:35
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:25:35
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:25:37
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:39
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:25:39
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:25:41
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:42
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:25:42
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:43
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:43
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:25:43
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:46
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:25:46
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:25:48
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:25:48
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:25:48
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:25:48
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:25:48
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:25:49
|
25 | width: calc(pow(pow(30px / 1px, 3), 1/3) * 1px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:26:5
|
26 | width: calc(infinity);
| ^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:26:5
|
26 | width: calc(infinity);
| ^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:26:5
|
26 | width: calc(infinity);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:26:5
|
26 | width: calc(infinity);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:26:12
|
26 | width: calc(infinity);
| ^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:26:12
|
26 | width: calc(infinity);
| ^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:26:12
|
26 | width: calc(infinity);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:26:17
|
26 | width: calc(infinity);
| ^^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:27:5
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:27:5
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:27:5
|
27 | width: calc(InFiNiTy);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:27:5
|
27 | width: calc(InFiNiTy);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:27:12
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:27:12
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:27:12
|
27 | width: calc(InFiNiTy);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:27:17
|
27 | width: calc(InFiNiTy);
| ^^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:28:5
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:28:5
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:28:5
|
28 | width: calc(-InFiNiTy);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:28:5
|
28 | width: calc(-InFiNiTy);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:28:12
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:28:12
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:28:12
|
28 | width: calc(-InFiNiTy);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:28:17
|
28 | width: calc(-InFiNiTy);
| ^^^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:29:5
|
29 | width: calc(NaN);
| ^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:29:5
|
29 | width: calc(NaN);
| ^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:29:5
|
29 | width: calc(NaN);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:29:5
|
29 | width: calc(NaN);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:29:12
|
29 | width: calc(NaN);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:29:12
|
29 | width: calc(NaN);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:29:12
|
29 | width: calc(NaN);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:29:17
|
29 | width: calc(NaN);
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:30:5
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:30:5
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:30:5
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:30:5
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:30:12
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:30:12
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:30:12
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:30:17
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:18
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:18
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:18
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:18
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:18
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:20
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:20
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:22
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:22
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:22
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:25
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:25
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:27
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:27
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:30:27
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:28
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:30:29
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:32
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:32
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:34
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:30:36
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:39
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:39
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:41
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:41
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:41
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:44
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:44
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:46
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:46
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:46
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:46
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:30:46
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:46
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:50
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:50
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:52
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:52
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:30:52
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:53
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:53
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:53
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:53
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:53
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:55
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:55
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:57
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:57
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:57
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:57
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:57
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:60
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:30:60
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:30:62
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:30:63
|
30 | width: calc((1 * 2) * (5px + 20em / 2) - 80% / (3 - 1) + 5px);
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | / .bar {
34 | | font-size: calc(1rem * pow(1.5, -1));
35 | | font-size: calc(1rem * pow(1.5, 0));
36 | | font-size: calc(1rem * pow(1.5, 1));
... |
39 | | font-size: calc(1rem * pow(1.5, 4));
40 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | / .bar {
34 | | font-size: calc(1rem * pow(1.5, -1));
35 | | font-size: calc(1rem * pow(1.5, 0));
36 | | font-size: calc(1rem * pow(1.5, 1));
... |
39 | | font-size: calc(1rem * pow(1.5, 4));
40 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | .bar {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | .bar {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | .bar {
| ^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | .bar {
| ^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:33:1
|
33 | .bar {
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:33:2
|
33 | .bar {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:33:6
|
33 | .bar {
| ______^
34 | | font-size: calc(1rem * pow(1.5, -1));
35 | | font-size: calc(1rem * pow(1.5, 0));
36 | | font-size: calc(1rem * pow(1.5, 1));
... |
39 | | font-size: calc(1rem * pow(1.5, 4));
40 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:34:5
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:34:5
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:34:5
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:34:5
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:34:16
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:34:16
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:34:16
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:34:21
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:34:22
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:26
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:34:26
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:28
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:34:28
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:34:28
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:34:28
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:34:32
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:34:35
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:34:35
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:34:37
|
34 | font-size: calc(1rem * pow(1.5, -1));
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:35:5
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:35:5
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:35:5
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:35:5
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:35:16
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:35:16
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:35:16
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:35:21
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:35:22
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:26
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:35:26
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:28
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:35:28
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:35:28
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:35:28
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:35:32
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:35:35
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:35:35
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:35:37
|
35 | font-size: calc(1rem * pow(1.5, 0));
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:36:5
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:36:5
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:36:5
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:36:5
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:36:16
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:36:16
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:36:16
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:36:21
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:36:22
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:26
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:36:26
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:28
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:36:28
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:36:28
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:36:28
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:36:32
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:36:35
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:36:35
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:36:37
|
36 | font-size: calc(1rem * pow(1.5, 1));
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:37:5
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:37:5
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:37:5
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:37:5
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:37:16
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:37:16
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:37:16
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:37:21
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:37:22
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:26
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:37:26
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:28
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:37:28
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:37:28
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:37:28
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:37:32
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:37:35
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:37:35
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:37:37
|
37 | font-size: calc(1rem * pow(1.5, 2));
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:38:5
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:38:5
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:38:5
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:38:5
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:38:16
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:38:16
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:38:16
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:38:21
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:38:22
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:26
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:38:26
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:28
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:38:28
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:38:28
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:38:28
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:38:32
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:38:35
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:38:35
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:38:37
|
38 | font-size: calc(1rem * pow(1.5, 3));
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:39:5
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:39:5
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:39:5
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:39:5
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:39:16
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:39:16
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:39:16
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:39:21
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:39:22
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:26
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:39:26
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:28
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:39:28
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:39:28
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:39:28
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:39:32
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:39:35
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:39:35
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:39:37
|
39 | font-size: calc(1rem * pow(1.5, 4));
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | / .fade {
43 | | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
44 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | / .fade {
43 | | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
44 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | .fade {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | .fade {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | .fade {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | .fade {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:42:1
|
42 | .fade {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:42:2
|
42 | .fade {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:42:7
|
42 | .fade {
| _______^
43 | | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
44 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:43:5
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:43:5
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:43:5
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:5
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:23
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:43:23
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:23
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:39
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:39
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:46
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:43:46
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:43:46
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:48
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:43:48
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:50
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:50
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:56
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:43:56
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:43:56
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:43:56
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:58
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:60
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:43:60
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:62
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:62
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:68
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:43:68
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:68
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:43:73
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:43:78
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:43:78
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:43:80
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:82
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:85
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:43:85
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:87
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:43:87
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:43:94
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:43:94
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:43:94
|
43 | background-image: linear-gradient(silver 0%, white 20px, white calc(100% - 20px), silver 100%);
| ^^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | / div {
47 | | /*height: -webkit-calc(9/16 * 100%)!important;*/
48 | | /*width: -moz-calc((50px - 50%)*2);*/
49 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | / div {
47 | | /*height: -webkit-calc(9/16 * 100%)!important;*/
48 | | /*width: -moz-calc((50px - 50%)*2);*/
49 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: WqName
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:46:1
|
46 | div {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:46:5
|
46 | div {
| _____^
47 | | /*height: -webkit-calc(9/16 * 100%)!important;*/
48 | | /*width: -moz-calc((50px - 50%)*2);*/
49 | | }
| |_^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: WqName
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:50:1
|
50 | div { width: calc(100% / 4); }
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:50:5
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:50:7
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:50:7
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:50:7
|
50 | div { width: calc(100% / 4); }
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:50:7
|
50 | div { width: calc(100% / 4); }
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:50:14
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:50:14
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:50:14
|
50 | div { width: calc(100% / 4); }
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:50:19
|
50 | div { width: calc(100% / 4); }
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:50:24
|
50 | div { width: calc(100% / 4); }
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:50:24
|
50 | div { width: calc(100% / 4); }
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:50:26
|
50 | div { width: calc(100% / 4); }
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:50:26
|
50 | div { width: calc(100% / 4); }
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:50:26
|
50 | div { width: calc(100% / 4); }
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: WqName
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:51:1
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:51:5
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:51:7
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:51:7
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:51:7
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:51:7
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:51:19
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:51:19
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:51:19
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:51:24
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:51:30
|
51 | div { margin-top: calc(-120% - 4px); }
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:51:30
|
51 | div { margin-top: calc(-120% - 4px); }
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:51:32
|
51 | div { margin-top: calc(-120% - 4px); }
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:51:33
|
51 | div { margin-top: calc(-120% - 4px); }
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: TypeSelector
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: TagNameSelector
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: WqName
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:52:1
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:52:5
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:52:7
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:52:7
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:52:7
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:52:7
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:52:14
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:52:14
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:52:14
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:52:19
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:23
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:52:23
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:25
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:52:25
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:25
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:52:25
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:52:25
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:27
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:52:27
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:27
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:52:27
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:52:27
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:29
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:52:29
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:29
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:52:29
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:52:29
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:52:29
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:34
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:52:34
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:52:36
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:52:36
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:52:36
|
52 | div { width: calc(50% - ( ( 4% ) * 0.5 ) ); }
| ^^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | / .fade {
55 | | background-image: linear-gradient(silver 0%, white 20px,
56 | | white calc(100% - 20px), silver 100%);
57 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | / .fade {
55 | | background-image: linear-gradient(silver 0%, white 20px,
56 | | white calc(100% - 20px), silver 100%);
57 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | .fade {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | .fade {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | .fade {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | .fade {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:54:1
|
54 | .fade {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:54:2
|
54 | .fade {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:54:7
|
54 | .fade {
| _______^
55 | | background-image: linear-gradient(silver 0%, white 20px,
56 | | white calc(100% - 20px), silver 100%);
57 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:55:5
|
55 | / background-image: linear-gradient(silver 0%, white 20px,
56 | | white calc(100% - 20px), silver 100%);
| |_________________________________________^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:55:5
|
55 | / background-image: linear-gradient(silver 0%, white 20px,
56 | | white calc(100% - 20px), silver 100%);
| |_________________________________________^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:55:5
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:55:5
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:23
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| _______________________^
56 | | white calc(100% - 20px), silver 100%);
| |_________________________________________^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:55:23
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| _______________________^
56 | | white calc(100% - 20px), silver 100%);
| |_________________________________________^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:55:23
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:39
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:55:39
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:46
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:55:46
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:55:46
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:48
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:55:48
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:50
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:55:50
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:56
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:55:56
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:55:56
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:55:56
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:55:58
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:55:60
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:55:60
|
55 | background-image: linear-gradient(silver 0%, white 20px,
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:56:5
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:56:5
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:56:11
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:56:11
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:56:11
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:56:16
|
56 | white calc(100% - 20px), silver 100%);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:56:21
|
56 | white calc(100% - 20px), silver 100%);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:56:21
|
56 | white calc(100% - 20px), silver 100%);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:56:23
|
56 | white calc(100% - 20px), silver 100%);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:56:25
|
56 | white calc(100% - 20px), silver 100%);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:56:28
|
56 | white calc(100% - 20px), silver 100%);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:56:28
|
56 | white calc(100% - 20px), silver 100%);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:56:30
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:56:30
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:56:37
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:56:37
|
56 | white calc(100% - 20px), silver 100%);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:56:37
|
56 | white calc(100% - 20px), silver 100%);
| ^^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | / .type {
60 | | /* Set font-size to 10x the average of vw and vh,
61 | | but dont let it go below 12px. */
62 | | font-size: max(10 * (1vw + 1vh) / 2, 12px);
63 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | / .type {
60 | | /* Set font-size to 10x the average of vw and vh,
61 | | but dont let it go below 12px. */
62 | | font-size: max(10 * (1vw + 1vh) / 2, 12px);
63 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | .type {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | .type {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | .type {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | .type {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:59:1
|
59 | .type {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:59:2
|
59 | .type {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:59:7
|
59 | .type {
| _______^
60 | | /* Set font-size to 10x the average of vw and vh,
61 | | but dont let it go below 12px. */
62 | | font-size: max(10 * (1vw + 1vh) / 2, 12px);
63 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:62:5
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:62:5
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:62:5
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:62:5
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:62:16
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:62:16
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:62:16
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:62:20
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:23
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:62:23
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:25
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:62:25
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:62:25
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:62:26
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:62:27
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:30
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:62:30
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:62:32
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:62:33
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:37
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:62:37
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:39
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:62:39
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:62:39
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:62:40
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:62:40
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:62:42
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:62:44
|
62 | font-size: max(10 * (1vw + 1vh) / 2, 12px);
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | / .type {
66 | | /* Force the font-size to stay between 12px and 100px */
67 | | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
68 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | / .type {
66 | | /* Force the font-size to stay between 12px and 100px */
67 | | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
68 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | .type {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | .type {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | .type {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | .type {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:65:1
|
65 | .type {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:65:2
|
65 | .type {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:65:7
|
65 | .type {
| _______^
66 | | /* Force the font-size to stay between 12px and 100px */
67 | | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
68 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:67:5
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:67:5
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:67:5
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:67:5
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:67:16
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:67:16
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:67:16
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:67:22
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:67:24
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:67:26
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:67:26
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:67:28
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:31
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:67:31
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:33
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:33
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:67:33
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:67:34
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:67:35
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:38
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:67:38
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:67:40
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:67:41
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:45
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:67:45
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:47
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:47
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:67:47
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:67:48
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:67:48
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:67:50
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:67:53
|
67 | font-size: clamp(12px, 10 * (1vw + 1vh) / 2, 100px);
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | / .more {
71 | | width: mod(18px, 5px);
72 | | transform: rotate(mod(-140deg, -90deg));
73 | | transform: rotate(atan2(1, -1));
... |
88 | | width: round(to-zero, var(--width), 50px);
89 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | / .more {
71 | | width: mod(18px, 5px);
72 | | transform: rotate(mod(-140deg, -90deg));
73 | | transform: rotate(atan2(1, -1));
... |
88 | | width: round(to-zero, var(--width), 50px);
89 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | .more {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | .more {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | .more {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | .more {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:70:1
|
70 | .more {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:70:2
|
70 | .more {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:70:7
|
70 | .more {
| _______^
71 | | width: mod(18px, 5px);
72 | | transform: rotate(mod(-140deg, -90deg));
73 | | transform: rotate(atan2(1, -1));
... |
88 | | width: round(to-zero, var(--width), 50px);
89 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:71:5
|
71 | width: mod(18px, 5px);
| ^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:71:5
|
71 | width: mod(18px, 5px);
| ^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:71:5
|
71 | width: mod(18px, 5px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:71:5
|
71 | width: mod(18px, 5px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:71:12
|
71 | width: mod(18px, 5px);
| ^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:71:12
|
71 | width: mod(18px, 5px);
| ^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:71:12
|
71 | width: mod(18px, 5px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:71:16
|
71 | width: mod(18px, 5px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:71:18
|
71 | width: mod(18px, 5px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:71:20
|
71 | width: mod(18px, 5px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:71:20
|
71 | width: mod(18px, 5px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:71:22
|
71 | width: mod(18px, 5px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:71:23
|
71 | width: mod(18px, 5px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:72:5
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:72:5
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:72:5
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:72:5
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:72:16
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:72:16
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:72:16
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:72:23
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:72:23
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:72:23
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:72:27
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:72:31
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:72:34
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:72:34
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:72:36
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:72:39
|
72 | transform: rotate(mod(-140deg, -90deg));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:73:5
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:73:5
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:73:5
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:73:5
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:73:16
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:73:16
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:73:16
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:73:23
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:73:23
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:73:23
|
73 | transform: rotate(atan2(1, -1));
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:73:29
|
73 | transform: rotate(atan2(1, -1));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:73:30
|
73 | transform: rotate(atan2(1, -1));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:73:30
|
73 | transform: rotate(atan2(1, -1));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:73:32
|
73 | transform: rotate(atan2(1, -1));
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:74:5
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:74:5
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:74:5
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:74:5
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:74:16
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:74:16
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:74:16
|
74 | transform: rotate(tan(90deg));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:74:23
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:74:23
|
74 | transform: rotate(tan(90deg));
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:74:23
|
74 | transform: rotate(tan(90deg));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:74:27
|
74 | transform: rotate(tan(90deg));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:74:29
|
74 | transform: rotate(tan(90deg));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:75:5
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:75:5
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:75:5
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:75:5
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:75:16
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:75:16
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:75:16
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:75:23
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:75:23
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:75:23
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:75:28
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:75:32
|
75 | transform: rotate(atan(tan(90deg)));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:75:34
|
75 | transform: rotate(atan(tan(90deg)));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:76:5
|
76 | font-size: hypot(2em);
| ^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:76:5
|
76 | font-size: hypot(2em);
| ^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:76:5
|
76 | font-size: hypot(2em);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:76:5
|
76 | font-size: hypot(2em);
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:76:16
|
76 | font-size: hypot(2em);
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:76:16
|
76 | font-size: hypot(2em);
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:76:16
|
76 | font-size: hypot(2em);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:76:22
|
76 | font-size: hypot(2em);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:76:23
|
76 | font-size: hypot(2em);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:77:5
|
77 | font-size: hypot(-2em);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:77:5
|
77 | font-size: hypot(-2em);
| ^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:77:5
|
77 | font-size: hypot(-2em);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:77:5
|
77 | font-size: hypot(-2em);
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:77:16
|
77 | font-size: hypot(-2em);
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:77:16
|
77 | font-size: hypot(-2em);
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:77:16
|
77 | font-size: hypot(-2em);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:77:22
|
77 | font-size: hypot(-2em);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:77:24
|
77 | font-size: hypot(-2em);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:78:5
|
78 | font-size: hypot(30px, 40px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:78:5
|
78 | font-size: hypot(30px, 40px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:78:5
|
78 | font-size: hypot(30px, 40px);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:78:5
|
78 | font-size: hypot(30px, 40px);
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:78:16
|
78 | font-size: hypot(30px, 40px);
| ^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:78:16
|
78 | font-size: hypot(30px, 40px);
| ^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:78:16
|
78 | font-size: hypot(30px, 40px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:78:22
|
78 | font-size: hypot(30px, 40px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:78:24
|
78 | font-size: hypot(30px, 40px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:78:26
|
78 | font-size: hypot(30px, 40px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:78:26
|
78 | font-size: hypot(30px, 40px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:78:28
|
78 | font-size: hypot(30px, 40px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:78:30
|
78 | font-size: hypot(30px, 40px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:79:5
|
79 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:79:5
|
79 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:79:5
|
79 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:79:5
|
79 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:79:26
|
79 | background-position: sign(10%);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:79:26
|
79 | background-position: sign(10%);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:79:26
|
79 | background-position: sign(10%);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:79:31
|
79 | background-position: sign(10%);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:80:5
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:80:5
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:80:5
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:80:5
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:80:12
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:80:12
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:80:12
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:80:17
|
80 | width: calc(pow(e, pi) - pi);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:80:21
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:80:22
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:80:22
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:80:24
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:28
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:80:28
|
80 | width: calc(pow(e, pi) - pi);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:30
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:80:30
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:80:30
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:80:30
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:80:30
|
80 | width: calc(pow(e, pi) - pi);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:81:5
|
81 | width: min(pi, 5, e);
| ^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:81:5
|
81 | width: min(pi, 5, e);
| ^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:81:5
|
81 | width: min(pi, 5, e);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:81:5
|
81 | width: min(pi, 5, e);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:81:12
|
81 | width: min(pi, 5, e);
| ^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:81:12
|
81 | width: min(pi, 5, e);
| ^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:81:12
|
81 | width: min(pi, 5, e);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:81:16
|
81 | width: min(pi, 5, e);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:81:18
|
81 | width: min(pi, 5, e);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:81:18
|
81 | width: min(pi, 5, e);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:81:20
|
81 | width: min(pi, 5, e);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:81:21
|
81 | width: min(pi, 5, e);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:81:21
|
81 | width: min(pi, 5, e);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:81:23
|
81 | width: min(pi, 5, e);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:82:5
|
82 | width: log(5);
| ^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:82:5
|
82 | width: log(5);
| ^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:82:5
|
82 | width: log(5);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:82:5
|
82 | width: log(5);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:82:12
|
82 | width: log(5);
| ^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:82:12
|
82 | width: log(5);
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:82:12
|
82 | width: log(5);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:82:16
|
82 | width: log(5);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:83:5
|
83 | width: log(5, 5);
| ^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:83:5
|
83 | width: log(5, 5);
| ^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:83:5
|
83 | width: log(5, 5);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:83:5
|
83 | width: log(5, 5);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:83:12
|
83 | width: log(5, 5);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:83:12
|
83 | width: log(5, 5);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:83:12
|
83 | width: log(5, 5);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:83:16
|
83 | width: log(5, 5);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:83:17
|
83 | width: log(5, 5);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:83:17
|
83 | width: log(5, 5);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:83:19
|
83 | width: log(5, 5);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:84:5
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:84:5
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:84:5
|
84 | width: round(var(--width), 50px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:84:5
|
84 | width: round(var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:84:12
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:84:12
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:84:12
|
84 | width: round(var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:84:18
|
84 | width: round(var(--width), 50px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:84:22
|
84 | width: round(var(--width), 50px);
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:84:22
|
84 | width: round(var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:84:30
|
84 | width: round(var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:84:30
|
84 | width: round(var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:84:32
|
84 | width: round(var(--width), 50px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:84:34
|
84 | width: round(var(--width), 50px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:85:5
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:85:5
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:85:5
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:85:5
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:12
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:85:12
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:85:12
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:18
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:85:18
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:25
|
85 | width: round(nearest, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:85:25
|
85 | width: round(nearest, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:85:27
|
85 | width: round(nearest, var(--width), 50px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:31
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:85:31
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:39
|
85 | width: round(nearest, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:85:39
|
85 | width: round(nearest, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:85:41
|
85 | width: round(nearest, var(--width), 50px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:85:43
|
85 | width: round(nearest, var(--width), 50px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:86:5
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:86:5
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:86:5
|
86 | width: round(up, var(--width), 50px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:86:5
|
86 | width: round(up, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:12
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:86:12
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:86:12
|
86 | width: round(up, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:18
|
86 | width: round(up, var(--width), 50px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:86:18
|
86 | width: round(up, var(--width), 50px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:20
|
86 | width: round(up, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:86:20
|
86 | width: round(up, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:86:22
|
86 | width: round(up, var(--width), 50px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:26
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:86:26
|
86 | width: round(up, var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:34
|
86 | width: round(up, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:86:34
|
86 | width: round(up, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:86:36
|
86 | width: round(up, var(--width), 50px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:86:38
|
86 | width: round(up, var(--width), 50px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:87:5
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:87:5
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:87:5
|
87 | width: round(down, var(--width), 50px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:87:5
|
87 | width: round(down, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:12
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:87:12
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:87:12
|
87 | width: round(down, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:18
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:87:18
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:22
|
87 | width: round(down, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:87:22
|
87 | width: round(down, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:87:24
|
87 | width: round(down, var(--width), 50px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:28
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:87:28
|
87 | width: round(down, var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:36
|
87 | width: round(down, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:87:36
|
87 | width: round(down, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:87:38
|
87 | width: round(down, var(--width), 50px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:87:40
|
87 | width: round(down, var(--width), 50px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:88:5
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:88:5
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:88:5
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:88:5
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:12
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:88:12
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:88:12
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:18
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:88:18
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:25
|
88 | width: round(to-zero, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:88:25
|
88 | width: round(to-zero, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:88:27
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:31
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^
error: DashedIdent
--> $DIR/tests/fixture/function/calc/input.css:88:31
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:39
|
88 | width: round(to-zero, var(--width), 50px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:88:39
|
88 | width: round(to-zero, var(--width), 50px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:88:41
|
88 | width: round(to-zero, var(--width), 50px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:88:43
|
88 | width: round(to-zero, var(--width), 50px);
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | / .min-max {
92 | | width: min(10px, 20px, 40px, 100px);
93 | | width: max(10px, 20px, 40px, 100px);
94 | | width: min( 10px , 20px , 40px , 100px );
95 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | / .min-max {
92 | | width: min(10px, 20px, 40px, 100px);
93 | | width: max(10px, 20px, 40px, 100px);
94 | | width: min( 10px , 20px , 40px , 100px );
95 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | .min-max {
| ^^^^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | .min-max {
| ^^^^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | .min-max {
| ^^^^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | .min-max {
| ^^^^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:91:1
|
91 | .min-max {
| ^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:91:2
|
91 | .min-max {
| ^^^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:91:10
|
91 | .min-max {
| __________^
92 | | width: min(10px, 20px, 40px, 100px);
93 | | width: max(10px, 20px, 40px, 100px);
94 | | width: min( 10px , 20px , 40px , 100px );
95 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:92:5
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:92:5
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:92:5
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:92:5
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:12
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:92:12
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:92:12
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:92:16
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:92:18
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:20
|
92 | width: min(10px, 20px, 40px, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:92:20
|
92 | width: min(10px, 20px, 40px, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:92:22
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:92:24
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:26
|
92 | width: min(10px, 20px, 40px, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:92:26
|
92 | width: min(10px, 20px, 40px, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:92:28
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:92:30
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:32
|
92 | width: min(10px, 20px, 40px, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:92:32
|
92 | width: min(10px, 20px, 40px, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:92:34
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:92:37
|
92 | width: min(10px, 20px, 40px, 100px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:93:5
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:93:5
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:93:5
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:93:5
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:12
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:93:12
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:93:12
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:93:16
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:93:18
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:20
|
93 | width: max(10px, 20px, 40px, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:93:20
|
93 | width: max(10px, 20px, 40px, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:93:22
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:93:24
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:26
|
93 | width: max(10px, 20px, 40px, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:93:26
|
93 | width: max(10px, 20px, 40px, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:93:28
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:93:30
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:32
|
93 | width: max(10px, 20px, 40px, 100px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:93:32
|
93 | width: max(10px, 20px, 40px, 100px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:93:34
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:93:37
|
93 | width: max(10px, 20px, 40px, 100px);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:94:5
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:94:5
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:94:5
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:94:5
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:12
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:94:12
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:94:12
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:94:19
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:94:21
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:26
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:94:26
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:94:30
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:94:32
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:37
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:94:37
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:94:41
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:94:43
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:48
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:94:48
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:94:52
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:94:55
|
94 | width: min( 10px , 20px , 40px , 100px );
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | / .rem {
98 | | width: rem(-18px, 5px);
99 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | / .rem {
98 | | width: rem(-18px, 5px);
99 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | .rem {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | .rem {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | .rem {
| ^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | .rem {
| ^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:97:1
|
97 | .rem {
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:97:2
|
97 | .rem {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:97:6
|
97 | .rem {
| ______^
98 | | width: rem(-18px, 5px);
99 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:98:5
|
98 | width: rem(-18px, 5px);
| ^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:98:5
|
98 | width: rem(-18px, 5px);
| ^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:98:5
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:98:5
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:98:12
|
98 | width: rem(-18px, 5px);
| ^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:98:12
|
98 | width: rem(-18px, 5px);
| ^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:98:12
|
98 | width: rem(-18px, 5px);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:98:16
|
98 | width: rem(-18px, 5px);
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:98:19
|
98 | width: rem(-18px, 5px);
| ^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:98:21
|
98 | width: rem(-18px, 5px);
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:98:21
|
98 | width: rem(-18px, 5px);
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:98:23
|
98 | width: rem(-18px, 5px);
| ^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:98:24
|
98 | width: rem(-18px, 5px);
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | / .sin {
102 | | transform: rotate(sin(45deg));
103 | | transform: rotate(sin(3.14159 / 4));
104 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | / .sin {
102 | | transform: rotate(sin(45deg));
103 | | transform: rotate(sin(3.14159 / 4));
104 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | .sin {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | .sin {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | .sin {
| ^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | .sin {
| ^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:101:1
|
101 | .sin {
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:101:2
|
101 | .sin {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:101:6
|
101 | .sin {
| ______^
102 | | transform: rotate(sin(45deg));
103 | | transform: rotate(sin(3.14159 / 4));
104 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:102:5
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:102:5
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:102:5
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:102:5
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:102:16
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:102:16
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:102:16
|
102 | transform: rotate(sin(45deg));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:102:23
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:102:23
|
102 | transform: rotate(sin(45deg));
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:102:23
|
102 | transform: rotate(sin(45deg));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:102:27
|
102 | transform: rotate(sin(45deg));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:102:29
|
102 | transform: rotate(sin(45deg));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:103:5
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:103:5
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:103:5
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:103:5
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:103:16
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:103:16
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:103:16
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:103:23
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:103:23
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:103:23
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:103:27
|
103 | transform: rotate(sin(3.14159 / 4));
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:103:35
|
103 | transform: rotate(sin(3.14159 / 4));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:103:35
|
103 | transform: rotate(sin(3.14159 / 4));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:103:37
|
103 | transform: rotate(sin(3.14159 / 4));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:103:37
|
103 | transform: rotate(sin(3.14159 / 4));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:103:37
|
103 | transform: rotate(sin(3.14159 / 4));
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | / .cos {
107 | | transform: rotate(cos(45deg));
108 | | transform: rotate(cos(3.14159 / 4));
109 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | / .cos {
107 | | transform: rotate(cos(45deg));
108 | | transform: rotate(cos(3.14159 / 4));
109 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | .cos {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | .cos {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | .cos {
| ^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | .cos {
| ^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:106:1
|
106 | .cos {
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:106:2
|
106 | .cos {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:106:6
|
106 | .cos {
| ______^
107 | | transform: rotate(cos(45deg));
108 | | transform: rotate(cos(3.14159 / 4));
109 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:107:5
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:107:5
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:107:5
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:107:5
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:107:16
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:107:16
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:107:16
|
107 | transform: rotate(cos(45deg));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:107:23
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:107:23
|
107 | transform: rotate(cos(45deg));
| ^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:107:23
|
107 | transform: rotate(cos(45deg));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:107:27
|
107 | transform: rotate(cos(45deg));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:107:29
|
107 | transform: rotate(cos(45deg));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:108:5
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:108:5
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:108:5
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:108:5
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:108:16
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:108:16
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:108:16
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:108:23
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:108:23
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:108:23
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:108:27
|
108 | transform: rotate(cos(3.14159 / 4));
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:108:35
|
108 | transform: rotate(cos(3.14159 / 4));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:108:35
|
108 | transform: rotate(cos(3.14159 / 4));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:108:37
|
108 | transform: rotate(cos(3.14159 / 4));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:108:37
|
108 | transform: rotate(cos(3.14159 / 4));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:108:37
|
108 | transform: rotate(cos(3.14159 / 4));
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | / .asin {
112 | | transform: rotate(asin(45deg));
113 | | transform: rotate(asin(pi / 4));
114 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | / .asin {
112 | | transform: rotate(asin(45deg));
113 | | transform: rotate(asin(pi / 4));
114 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | .asin {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | .asin {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | .asin {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | .asin {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:111:1
|
111 | .asin {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:111:2
|
111 | .asin {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:111:7
|
111 | .asin {
| _______^
112 | | transform: rotate(asin(45deg));
113 | | transform: rotate(asin(pi / 4));
114 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:112:5
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:112:5
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:112:5
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:112:5
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:112:16
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:112:16
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:112:16
|
112 | transform: rotate(asin(45deg));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:112:23
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:112:23
|
112 | transform: rotate(asin(45deg));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:112:23
|
112 | transform: rotate(asin(45deg));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:112:28
|
112 | transform: rotate(asin(45deg));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:112:30
|
112 | transform: rotate(asin(45deg));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:113:5
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:113:5
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:113:5
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:113:5
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:113:16
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:113:16
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:113:16
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:113:23
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:113:23
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:113:23
|
113 | transform: rotate(asin(pi / 4));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:113:28
|
113 | transform: rotate(asin(pi / 4));
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:113:31
|
113 | transform: rotate(asin(pi / 4));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:113:31
|
113 | transform: rotate(asin(pi / 4));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:113:33
|
113 | transform: rotate(asin(pi / 4));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:113:33
|
113 | transform: rotate(asin(pi / 4));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:113:33
|
113 | transform: rotate(asin(pi / 4));
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | / .acos {
117 | | transform: rotate(acos(45deg));
118 | | transform: rotate(acos(pi / 4));
119 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | / .acos {
117 | | transform: rotate(acos(45deg));
118 | | transform: rotate(acos(pi / 4));
119 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | .acos {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | .acos {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | .acos {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | .acos {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:116:1
|
116 | .acos {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:116:2
|
116 | .acos {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:116:7
|
116 | .acos {
| _______^
117 | | transform: rotate(acos(45deg));
118 | | transform: rotate(acos(pi / 4));
119 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:117:5
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:117:5
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:117:5
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:117:5
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:117:16
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:117:16
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:117:16
|
117 | transform: rotate(acos(45deg));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:117:23
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:117:23
|
117 | transform: rotate(acos(45deg));
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:117:23
|
117 | transform: rotate(acos(45deg));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: Angle
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:117:28
|
117 | transform: rotate(acos(45deg));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:117:30
|
117 | transform: rotate(acos(45deg));
| ^^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:118:5
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:118:5
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:118:5
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:118:5
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:118:16
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:118:16
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:118:16
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:118:23
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:118:23
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:118:23
|
118 | transform: rotate(acos(pi / 4));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:118:28
|
118 | transform: rotate(acos(pi / 4));
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:118:31
|
118 | transform: rotate(acos(pi / 4));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:118:31
|
118 | transform: rotate(acos(pi / 4));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:118:33
|
118 | transform: rotate(acos(pi / 4));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:118:33
|
118 | transform: rotate(acos(pi / 4));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:118:33
|
118 | transform: rotate(acos(pi / 4));
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | / .atan {
122 | | transform: rotate(atan(1 / -1));
123 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | / .atan {
122 | | transform: rotate(atan(1 / -1));
123 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | .atan {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | .atan {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | .atan {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | .atan {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:121:1
|
121 | .atan {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:121:2
|
121 | .atan {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:121:7
|
121 | .atan {
| _______^
122 | | transform: rotate(atan(1 / -1));
123 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:122:5
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:122:5
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:122:5
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:122:5
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:122:16
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:122:16
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:122:16
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:122:23
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:122:23
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:122:23
|
122 | transform: rotate(atan(1 / -1));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:122:28
|
122 | transform: rotate(atan(1 / -1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:122:30
|
122 | transform: rotate(atan(1 / -1));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:122:30
|
122 | transform: rotate(atan(1 / -1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:122:32
|
122 | transform: rotate(atan(1 / -1));
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:122:32
|
122 | transform: rotate(atan(1 / -1));
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:122:32
|
122 | transform: rotate(atan(1 / -1));
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | / .atan2 {
126 | | transform: rotate(atan2(1, -1));
127 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | / .atan2 {
126 | | transform: rotate(atan2(1, -1));
127 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | .atan2 {
| ^^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | .atan2 {
| ^^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | .atan2 {
| ^^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | .atan2 {
| ^^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:125:1
|
125 | .atan2 {
| ^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:125:2
|
125 | .atan2 {
| ^^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:125:8
|
125 | .atan2 {
| ________^
126 | | transform: rotate(atan2(1, -1));
127 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:126:5
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:126:5
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:126:5
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:126:5
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:126:16
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:126:16
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:126:16
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:126:23
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:126:23
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:126:23
|
126 | transform: rotate(atan2(1, -1));
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:126:29
|
126 | transform: rotate(atan2(1, -1));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:126:30
|
126 | transform: rotate(atan2(1, -1));
| ^
error: Delimiter
--> $DIR/tests/fixture/function/calc/input.css:126:30
|
126 | transform: rotate(atan2(1, -1));
| ^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:126:32
|
126 | transform: rotate(atan2(1, -1));
| ^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | / .sqrt {
130 | | size: sqrt(250);
131 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | / .sqrt {
130 | | size: sqrt(250);
131 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | .sqrt {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | .sqrt {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | .sqrt {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | .sqrt {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:129:1
|
129 | .sqrt {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:129:2
|
129 | .sqrt {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:129:7
|
129 | .sqrt {
| _______^
130 | | size: sqrt(250);
131 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:130:5
|
130 | size: sqrt(250);
| ^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:130:5
|
130 | size: sqrt(250);
| ^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:130:5
|
130 | size: sqrt(250);
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:130:5
|
130 | size: sqrt(250);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:130:11
|
130 | size: sqrt(250);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:130:11
|
130 | size: sqrt(250);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:130:11
|
130 | size: sqrt(250);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:130:16
|
130 | size: sqrt(250);
| ^^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | / .exp {
134 | | size: exp(250 * 2);
135 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | / .exp {
134 | | size: exp(250 * 2);
135 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | .exp {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | .exp {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | .exp {
| ^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | .exp {
| ^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:133:1
|
133 | .exp {
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:133:2
|
133 | .exp {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:133:6
|
133 | .exp {
| ______^
134 | | size: exp(250 * 2);
135 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:134:5
|
134 | size: exp(250 * 2);
| ^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:134:5
|
134 | size: exp(250 * 2);
| ^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:134:5
|
134 | size: exp(250 * 2);
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:134:5
|
134 | size: exp(250 * 2);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:134:11
|
134 | size: exp(250 * 2);
| ^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:134:11
|
134 | size: exp(250 * 2);
| ^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:134:11
|
134 | size: exp(250 * 2);
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:134:15
|
134 | size: exp(250 * 2);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:134:19
|
134 | size: exp(250 * 2);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:134:19
|
134 | size: exp(250 * 2);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:134:21
|
134 | size: exp(250 * 2);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:134:21
|
134 | size: exp(250 * 2);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:134:21
|
134 | size: exp(250 * 2);
| ^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | / .abs {
138 | | background-position: calc(10% * abs(-10%));
139 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | / .abs {
138 | | background-position: calc(10% * abs(-10%));
139 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | .abs {
| ^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | .abs {
| ^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | .abs {
| ^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | .abs {
| ^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:137:1
|
137 | .abs {
| ^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:137:2
|
137 | .abs {
| ^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:137:6
|
137 | .abs {
| ______^
138 | | background-position: calc(10% * abs(-10%));
139 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:138:5
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:138:5
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:138:5
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:138:5
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:138:26
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:138:26
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:138:26
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:138:31
|
138 | background-position: calc(10% * abs(-10%));
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:138:35
|
138 | background-position: calc(10% * abs(-10%));
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:138:35
|
138 | background-position: calc(10% * abs(-10%));
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:138:37
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:138:37
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:138:37
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:138:37
|
138 | background-position: calc(10% * abs(-10%));
| ^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:138:41
|
138 | background-position: calc(10% * abs(-10%));
| ^^^
error: Rule
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | / .sign {
142 | | background-position: sign(10%);
143 | | background-position: sign(10% * 2);
144 | | background-position: sign( 10% * 2 );
... |
148 | | width: calc( ( 100px + 100px ) * 2 );
149 | | }
| |_^
error: QualifiedRule
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | / .sign {
142 | | background-position: sign(10%);
143 | | background-position: sign(10% * 2);
144 | | background-position: sign( 10% * 2 );
... |
148 | | width: calc( ( 100px + 100px ) * 2 );
149 | | }
| |_^
error: SelectorList
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | .sign {
| ^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | .sign {
| ^^^^^
error: CompoundSelector
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | .sign {
| ^^^^^
error: SubclassSelector
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | .sign {
| ^^^^^
error: ClassSelector
--> $DIR/tests/fixture/function/calc/input.css:141:1
|
141 | .sign {
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:141:2
|
141 | .sign {
| ^^^^
error: SimpleBlock
--> $DIR/tests/fixture/function/calc/input.css:141:7
|
141 | .sign {
| _______^
142 | | background-position: sign(10%);
143 | | background-position: sign(10% * 2);
144 | | background-position: sign( 10% * 2 );
... |
148 | | width: calc( ( 100px + 100px ) * 2 );
149 | | }
| |_^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:142:5
|
142 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:142:5
|
142 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:142:5
|
142 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:142:5
|
142 | background-position: sign(10%);
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:142:26
|
142 | background-position: sign(10%);
| ^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:142:26
|
142 | background-position: sign(10%);
| ^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:142:26
|
142 | background-position: sign(10%);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:142:31
|
142 | background-position: sign(10%);
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:143:5
|
143 | background-position: sign(10% * 2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:143:5
|
143 | background-position: sign(10% * 2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:143:5
|
143 | background-position: sign(10% * 2);
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:143:5
|
143 | background-position: sign(10% * 2);
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:143:26
|
143 | background-position: sign(10% * 2);
| ^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:143:26
|
143 | background-position: sign(10% * 2);
| ^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:143:26
|
143 | background-position: sign(10% * 2);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:143:31
|
143 | background-position: sign(10% * 2);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:143:35
|
143 | background-position: sign(10% * 2);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:143:35
|
143 | background-position: sign(10% * 2);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:143:37
|
143 | background-position: sign(10% * 2);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:143:37
|
143 | background-position: sign(10% * 2);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:143:37
|
143 | background-position: sign(10% * 2);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:144:5
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:144:5
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:144:5
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:144:5
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:144:26
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:144:26
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:144:26
|
144 | background-position: sign( 10% * 2 );
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:144:34
|
144 | background-position: sign( 10% * 2 );
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:144:40
|
144 | background-position: sign( 10% * 2 );
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:144:40
|
144 | background-position: sign( 10% * 2 );
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:144:44
|
144 | background-position: sign( 10% * 2 );
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:144:44
|
144 | background-position: sign( 10% * 2 );
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:144:44
|
144 | background-position: sign( 10% * 2 );
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:145:5
|
145 | background-position: sign(10%*2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:145:5
|
145 | background-position: sign(10%*2);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:145:5
|
145 | background-position: sign(10%*2);
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:145:5
|
145 | background-position: sign(10%*2);
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:145:26
|
145 | background-position: sign(10%*2);
| ^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:145:26
|
145 | background-position: sign(10%*2);
| ^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:145:26
|
145 | background-position: sign(10%*2);
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:145:31
|
145 | background-position: sign(10%*2);
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:145:34
|
145 | background-position: sign(10%*2);
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:145:34
|
145 | background-position: sign(10%*2);
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:145:35
|
145 | background-position: sign(10%*2);
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:145:35
|
145 | background-position: sign(10%*2);
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:145:35
|
145 | background-position: sign(10%*2);
| ^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:146:5
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:146:5
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:146:5
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:146:5
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:146:26
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:146:26
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:146:26
|
146 | background-position: sign( 10 + 10 );
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:146:34
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:146:39
|
146 | background-position: sign( 10 + 10 );
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:146:39
|
146 | background-position: sign( 10 + 10 );
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:146:43
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:146:43
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:146:43
|
146 | background-position: sign( 10 + 10 );
| ^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:146:43
|
146 | background-position: sign( 10 + 10 );
| ^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:146:43
|
146 | background-position: sign( 10 + 10 );
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:147:5
|
147 | background-position: sign( 10% );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:147:5
|
147 | background-position: sign( 10% );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:147:5
|
147 | background-position: sign( 10% );
| ^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:147:5
|
147 | background-position: sign( 10% );
| ^^^^^^^^^^^^^^^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:147:26
|
147 | background-position: sign( 10% );
| ^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:147:26
|
147 | background-position: sign( 10% );
| ^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:147:26
|
147 | background-position: sign( 10% );
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: Percentage
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:147:34
|
147 | background-position: sign( 10% );
| ^^
error: StyleBlock
--> $DIR/tests/fixture/function/calc/input.css:148:5
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Declaration
--> $DIR/tests/fixture/function/calc/input.css:148:5
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: DeclarationName
--> $DIR/tests/fixture/function/calc/input.css:148:5
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:148:5
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:148:12
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Function
--> $DIR/tests/fixture/function/calc/input.css:148:12
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:148:12
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^
error: Value
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcSum
--> $DIR/tests/fixture/function/calc/input.css:148:20
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:148:24
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:148:27
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:32
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:148:32
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^
error: CalcProductOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: CalcProduct
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Dimension
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Length
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^^^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:148:36
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^^
error: Ident
--> $DIR/tests/fixture/function/calc/input.css:148:39
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:48
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^
error: CalcOperator
--> $DIR/tests/fixture/function/calc/input.css:148:48
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^
error: CalcValueOrOperator
--> $DIR/tests/fixture/function/calc/input.css:148:52
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^
error: CalcValue
--> $DIR/tests/fixture/function/calc/input.css:148:52
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^
error: Number
--> $DIR/tests/fixture/function/calc/input.css:148:52
|
148 | width: calc( ( 100px + 100px ) * 2 );
| ^