until

fun StyleScope.until(breakpoint: Breakpoint, createModifier: () -> Modifier)(source)

Declare a style that applies up until the current breakpoint.

That means this style will NOT be active at the current breakpoint, but will be for all smaller breakpoints. For example, until(Breakpoint.MD) will apply to only mobile and tablet devices.