The Mystery Gang Approach To CSS

Asif Khan
Oct 26, 2020

Upon completing my first project for school using strictly HTML5/CSS3 I learned that coding desktop/tablet/mobile versions of the same site on the same style-sheet can get — let’s just say it’s a good thing waterfalls don’t go on forever. Fortunately I learned about CSS compilers, SCSS and SASS. Basically, I can now code different sections of my website separately in their own SCSS/SASS file and compile them all together into one beautiful CSS file for the website to read. I call it the mystery gang approach to CSS because, the mystery gang in Scooby-Doo always split up and meet each other in the end to solve the mystery.

--

--