isBreakpointSmallerThan
Function | Source Code
isBreakpointSmallerThan(breakpoint: BreakpointName, otherBreakpoint: BreakpointName): boolean
Returns
Section titled “Returns”Whether breakpoint is smaller than otherBreakpoint.
Parameters
Section titled “Parameters”breakpoint: BreakpointName
Section titled “breakpoint: BreakpointName”The breakpoint to base the comparison on.
otherBreakpoint: BreakpointName
Section titled “otherBreakpoint: BreakpointName”The other breakpoint to compare breakpoint to.