Design comparison
SolutionDesign
Solution retrospective
When deploying SCSS websites, should we keep the original SCSS file or remove it and keep the compiled CSS file only?
Community feedback
- @IllusiveCoder1101Posted almost 2 years ago
Firstly, congrats on completing the challenge . Now to answer your question whether you should keep the sass file or not. Answer:- Yes, Reason (If you remove the sass file, other people who view your code on Github, won't be able to know if you used sass or not).
I noticed a few accessibility issues , to remove them use <main class='card' role='main'></main>, it should fix it. That's all :)
Marked as helpful1
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