mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 18:26:25 +08:00

It resulted in invalid `z-index: calc(z("tooltip") - 100)` in the output CSS. `calc` wasn't necessary here anyway since both operands are constant.