Sass, mobile first, Recipe Challenge

Solution retrospective
I'm happy with my use of mixins in this challenge. I wanted a simple way to add all the text styles from the project's style guide as a single property. The mixins did just that, I was able to add all the text preset styles to a mixin an call them with an @include mixin-name to my stylesheets.
If I was to do it again, I think I'd try to add an arguement to the mixins, so I could specify whether the font-weight was regular or bold. I notice that there are instances where I have mixins that are duplicate, with the exception of the font-weignt. I think that would make the Sass a bit more efficient.
I haven't really worked with html tables all that much, so I had to do some reading on MDN to understand how to use them.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Scott'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