Skip to content

Commit

Permalink
fix: regression
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 16, 2022
1 parent 4b79944 commit 67920dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@
7 | :root { --bar: 0; } a { color: --foo(--bar); }
`----

x Unexpected missing var function for '----foo'.
x Unexpected missing var function for '--foo'.
,-[$DIR/tests/rules/fail/custom-property-no-missing-var-function/input.css:6:1]
6 | :root { --foo: pink; } a { color: --foo, red; }
7 | :root { --bar: 0; } a { color: --foo(--bar); }
Expand Down

0 comments on commit 67920dd

Please sign in to comment.