Media Queries with Sass Mixins

Solution retrospective
What do you think about using mixins for media queries?
@mixin for-desktop-up { @media (min-width: 650px) { @content; } }
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on rbreckner's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord