From 2488ecb5e31a45e43be517a62818b9aad4ef76e4 Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 29 Sep 2016 12:53:53 -0400 Subject: [PATCH] fix(): add global.scss to config --- config/sass.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/sass.config.js b/config/sass.config.js index a2b87e61..4b92c26e 100644 --- a/config/sass.config.js +++ b/config/sass.config.js @@ -73,6 +73,15 @@ module.exports = { '{{SRC}}/theme/variables.scss' ], + /** + * globalSassFiles: Lists out the global styles that should + * be included. This gets loaded before an of the pages + * specific styles do. + */ + globalSassFiles: [ + '{{SRC}}/theme/global.scss' + ], + /** * directoryMaps: Compiled JS modules may be within a different * directory than its source file and sibling component sass files.