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