.media-min-max-width(@breakpoint; @rules)

Wrap a min- to max-width media query around a selector context with provided rules.

Parameters:
  • @breakpoint-min
    Breakpoint for max-width.
  • @breakpoint-max
    Breakpoint for max-width.
  • @rules
    What rules to apply to the media query.