So I wanted to learn Sass really really bad. I read a few tutorials and wanted to practice it building something.
Long story short, I tried to copy this page
[I haven’t watched the course on scotch ofc]
and modify it with my design using only plain CSS , without any design library.
Here’s the page I made:
https://60noy.github.io/online-food-demo-page/
Here’s the source code:
https://github.com/60noy/online-food-demo-page
btw, I used Atom’s Sass complier in order to compile the main scss file to css.
What do you think? Is there something I should have done differently?