/** * */ @mixin mq($breakpoint: md) { @media #{map-get($breakpoints, $breakpoint)} { @content; } }