$breakpoints: ("mobile":450px); @mixin mobile { @media (max-width: map-get($breakpoints, "mobile")) { @content; } }