Design comparison
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 !
Community feedback
- @rfilenkoPosted about 4 years ago
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
1@HortensefromPosted about 4 years ago@rfilenko Hi, thanks for the feedback ! I was also wondering about consistency so that really helps, I'll keep that in mind for my next challenge. π
0 - @hariramjp777Posted about 4 years ago
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:
0@HortensefromPosted about 4 years ago@hariramjp777 Hi, thank you for your feedback ! I'll take a look at your solution, that'll help. π
0
Please log in to post a comment
Log in with GitHubJoin 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