// Prepend all selectors with a namespace
$moduleNamespace: null !default;

// Set the glue to chain modifiers to modules
$modifierGlue: '--' !default;

// Set the glue to chain components to modules
$componentGlue: '__' !default;

// Extend each module option as a modifier by default?
$extendOptions: true !default;

// Custom parser to use for configuration
$sassConfigParser: null !default;

// Automatically generate CSS from module configuration
$outputCSSFromConfig: false !default;

// The variable to hold a single module (do not edit)
$module: null !default;