Design comparison
Solution retrospective
- How do you use Sass better? This SASS feels like it has so much potential that I haven't been able to tap into.
- How do write your code that makes coding faster and makes your code more accessible? I have been trying to wrap my head this whole accessibility thing and I need help.
Community feedback
- @clarafuwenPosted over 2 years ago
Hi Daniel,
I also started to incorporate Sass/SCSS recently into my code and it made huge difference. Sass partials and utility classes help me reduce repeated code and having components in their individual file really made debugging much easier.
I found below two link especially useful.
Coder coder's Sass, BEM, & Responsive Design Coder coder's video introduces basic setup of SCSS folder and how it works
Sass Guidelines Sass guidlines/Archtecture explains why this setup works.
I've also completed this project, but with pure CSS and you can imagine the whole process was bit painful. I tried Sass/SCSS later on with more complicated projects and guess what -- it did not take as much time and the structure more organized, as least in my opinion.
I hope you find the two links helpful and happy coding!!
Marked as helpful1@Catalyst497Posted over 2 years ago@clarafuwen Thanks a lot. Your feedback is very helpful.
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