min

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

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

MDN Reference