Core/Global/Options.scss

This file consists of helper functions created to retrieve variables from the options.scss API file.
alternate_emailfunction module ($keys...)

Get a specific module's variable from the theme map or from the options.scss API file, which contains the default settings.

Parameters Type
$keys String(s)
alternate_emailfunction features ($module, $feature: null): bool

Get features of a module from the theme map or from the options.scss API file, which contains the default settings.

Parameters Type
$module String
$feature String|null
alternate_emailfunction enabled ($module: null): bool

Is module enabled?

Parameters Type
$module String|null
alternate_emailfunction set_variable ($keys...)
Parameters Type
$keys String(s)