Closed timkelty closed 9 years ago
@custom-media --sm-viewport (width >= map(breakpoints, sm)) and (width <= map(breakpoints, md)); @custom-media --md-viewport (width >= map(breakpoints, md)) and (width <= map(breakpoints, lg)); @custom-media --lg-viewport (width >= map(breakpoints, lg));
Yields:
@custom-media --sm-viewport (width >= 320px) and (width <= map(breakpoints, md)); @custom-media --md-viewport (width >= 640px) and (width <= map(breakpoints, lg)); @custom-media --lg-viewport (width >= 980px);
Fixed in 0.3.0
0.3.0
Thanks for reporting.
Yields: