Data storage with SASS and Animations

Solution retrospective
Hello Frontend Mentors 👋
I am quite new to scss
and BEM, so please provide a feedback on how I should use them properly . I have added some animations also 😅
Any tips , feedback , suggestions will be highly appreciated 🙏
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, Abhik! 👋
Great job on another challenge! 👍 Your solution looks good, responds well, and those animations look very nice! 😃 Kudos for trying out Sass and BEM! 👏
Your BEM looks good! One or two very small things I might suggest are perhaps to use
card--one
andcard--two
rather thancard one
andcard two
(sinceone
andtwo
are adjectives and therefore more like modifiers) to make recognizing what those classes do in your CSS easier. Also, you may want to use dashes rather than single underscores to separate words (as incard__slider-top
rather thancard__slider_top
) just to make the distinction between elements and regular words easier. 😉Of course, keep coding (and happy coding, too)! 😁
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