Finished faster than the last project and I learnt how to use SCSS files with HTML projects
What challenges did you encounter, and how did you overcome them?I wouldn't call it a challenge but I tried to experiment with CSS by making a bunch of CSS rules into a variable and tried to style an element with that variable but that didn't work. So, after some research I found out that that couldn't be done in pure/vanilla CSS without the help of a SCSS file. Honestly, there was no need for that but I just wanted to try styling with SCSS.