min

fun min(vararg values: CSSNumberish): CSSNumericValue(source)

The min() method of the CSSNumericValue interface returns the lowest value from among those values passed. The passed values must be of the same type.

MDN Reference