Breakpoint conditions
A width breakpoint becomes a condition such as min-width or max-width. A minimum-width condition begins matching when the viewport reaches the stated width in CSS pixels, while a maximum-width condition includes widths up to its stated boundary. If lower and upper limits are joined with and, the rule applies only when every listed condition is true.