sign() is Newly Available on Baseline โโ
Unlike abs(), which returns a magnitude, sign() returns the direction of a value: -1, 1, 0, or -0.
Useful when layout logic depends on whether a value is positive or negative.
Learn more here ๐
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/sign
