Social links profile using Flexbox

Solution retrospective
In this third project I learned about Sass (SCSS Syntax)
I used a combination of SCSS variables and CSS variables because they offer flexibility and maintainability in styling.
Additionally, I utilized multiple SCSS files to enhance modularity.
Finally, I took advantage of mixins to write more efficient and DRY SCSS code, utilizing the new syntax to import files with namespaces, which has replaced the deprecated @import rule.
I wanted to use Sass (SCSS syntax) in my project, so I turned to Perplexity AI for recommendations on best practices. The AI suggested several improvements, such as using mixins, combining SCSS and CSS variables, and splitting my files to achieve greater modularity and maintainability. Additionally, I was able to resolve a Sass warning about the deprecated @import directive, replacing it with the recommended alternative.
What specific areas of your project would you like help with?I would appreciate feedback on any recommended best practices for my project. Any suggestions or advice are welcome, and I am grateful for your help.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on darellanodev'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