Before this change, this var() would get expanded: calc(10px * var(--one)) But this one would not: calc(10px * (var(--one))