Posts

Showing posts from October 14, 2018

Code Academy - Learn Sass Course

Image
I took the SASS course in preparation for the Hackathon starting on October 16th. I completed this course with 100% completion. I found this course really interesting as Sass is an extension of CSS. This course showed me how to condense down CSS classes/ID's so that I wasn't repeating code unnecessarily. It introduced using variables as a way of storing data and passing this data as an argument using a Mixin. I made some notes on topics I found interesting/didn't know.