Remove unused CSS
Currently, the process we use for delivering CSS is to manually determine if it's used in the site. This approach is okay for now, but will be unsustainable as the site continues to grow and more people work on it independently.
We should augment our existing Gulp CSS-related tasks with one that determines if CSS is being used or not before being deployed. Something along the lines of purgecss.