@DevXtianMSubmitted 4 months ago
What are you most proud of, and what would you do differently next time?
I'm becoming more confident in using sass/scss, my next goal is to develop website with javascript!
I'm becoming more confident in using sass/scss, my next goal is to develop website with javascript!
I really like using SASS on my projects, and I want to use @mixin more often next time to clear the code even more.
What challenges did you encounter, and how did you overcome them?Probably figuring out how to disable hover effect on mobile device. In the end I just used a media query with 'display: none;' on hover.