dailybruin / caeruleum

Daily Bruin's WordPress theme and special projects (2.0)
http://dailybruin.com
8 stars 15 forks source link

Modularize SCSS files #93

Closed dustinnewman closed 6 years ago

dustinnewman commented 7 years ago

split the app.scss file into 9 smaller files

nathanmsmith commented 7 years ago

Nice work Dustin! I love how you split each sass file into it's part of the website, i.e., header, sidebar, article, etc. I'd go even further, though. Why leave some code in app.scss? Should we put those into their own separate files with names corresponding to the parts they style?

Take a look at the main.scss file from Alexandria. It just has variable names and import statements. Let's do the same thing for app.scss.