Dynamically switching themes using SASS and 1 Drupal theme.

Learn how to use sass and the concept of "skins" to create multiple variations of the same theme without the need for a "sub-theme." Use the settings.php file to tell drupal which theme you plan to use, and edit the skin file to your liking.

Take note of the !default flag on my variables. It is like the opposite of the !important tag.