min

fun <T : CSProperty<Int>> T.min(value: Int): CSProperty<Int>
fun <T : CSProperty<Float?>> T.min(value: Float?): CSProperty<Float?>