/*

Theme Name: SDS
Description: Custom theme for Sexual Diversity Studies at the University of Toronto.
Author: Linn Oyen Farley
Author URI: http://drollic.ca
Version: 1.0


HOW THIS THEME WORKS
====================
- Originals (unminified images, JavaScript, and Sass files) are in the /unmin folder
- Gulp takes care of the following (see gulpfile.js for details):
-- Compiles, autoprefixes and minifies Sass from /unmin/scss and sends it to core.css
-- Lints, concats and minifies JS from /unmin/js and sends it to /js/script.min.js
-- Compresses images from unmin/images and sends them to /images


HOW TO EDIT THE STYLES
======================
1. Ideal option: edit the SCSS files in unmin/scss/partials, and use gulp to compile to core.css
2. Less ideal/temporary option: add local overrides below (this file will be enqueued after core.css)

*/