Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/sass.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down