four-card-feature-section - html, sass

Solution retrospective
this is my first time using sass (i think), so any feedback regarding the way i am using it and any improvement that i can do is very much appreciated. thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RayaneBengaoui
Hello itsmeEVIL,
First of all, congrats for the challenge ! I think your SASS your already pretty clean.
I'd like to suggest :
-
Instead of using
import
(which will be gradually phased out by the SASS team) , usinguse
might be better. You can find more information directly on their website (https://sass-lang.com/documentation/at-rules/import) -
There is a bit of repetition in your code for some properties (color, font-weight, ...), so using
mixins
(https://sass-lang.com/documentation/at-rules/mixin) might simplify your workflow.
Overall, well done for the challenge and happy coding ! 😃
-
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