MD

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun rangeTo(upper: Breakpoint): Breakpoint.Range

Declare a breakpoint range that applies between a lower-bound breakpoint (inclusive) and an upper-bound breakpoint (inclusive).

Link copied to clipboard
operator fun rangeUntil(upper: Breakpoint): Breakpoint.Range

Declare a breakpoint range that applies between a lower-bound breakpoint (inclusive) and an upper-bound breakpoint (exclusive).

Link copied to clipboard
open override fun toCSSMediaQuery(): CSSMediaQuery

Returns a min-width media query that applies at this breakpoint and above.

Link copied to clipboard
infix fun until(upper: Breakpoint): Breakpoint.Range

Convenience method replacing the rangeUntil operator syntax with something more readable.