Fylo data storage component / HTML & Sass

Solution retrospective
First time using Sass and I am not sure I took full advantage of it. Would appreciate any feedback to write more efficient CSS !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rfilenko
Hey there, great job. You can use variables in scss as well, also nesting is usefull (specialy for writing pseude elements or classes). Try to be more consistent with values (margin, padding, font-sizes, like you coded 2px, 5px, 7px, 81.5%). On bigger projects - split scss into multiple files with imports is common practice. Keep it going😉
Best, Roman
- @hariramjp777
Hi @Hortensefrom, Great job, I recommend using a separate div for background and scss variables, imports.
You can refer my solution, https://github.com/hariramjp777/frontend-fylo-data-storage-component/
Great work, keep it up :thumbsup:
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