Open
Description
To reproduce:
Change
// Take blue and make it a bit darker
background: oklch(from #0000FF calc(l - 0.1) c h);
to
// Take blue and make it a bit lighter
background: oklch(from #0000FF calc(l + 0.1) c h);
Current behavior:
Error: Could not parse call arguments or missing ')'
Expected behavior:
Parse color manipulations properly
Environment information:
less
version: 4.3.0