Recipe page using BEM and SCSS

Solution retrospective
I tried to refactor my code with scss mixins, it helped me spot key elements in the design that can be reused at other places.
What challenges did you encounter, and how did you overcome them?Code organisation, I've read about the 7-1 architecture that I tried to implement but as sass/scss is updating the import to use and forward, it is working differently then the documentation we can find online. I faced some problems. By the community it seems that the 7-1 architecture is not much used nowadays so I switched back to something simpler with partials for variables and mixins.
What specific areas of your project would you like help with?Code organisation. I start to see how to be efffective with properties, mixins etc but I still feel it's a bit of a mess. there must be some better way to organise everything.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Gwenaël Magnenat'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