Core/Global/Options.scss

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

Get a specific component'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 elements ($keys...)

Get a specific element'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 ($node, $module, $feature: null): bool

Get features of Components/Elements from the theme map or from the options.scss API file, which contains the default settings.

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

Is component/element enabled?

Parameters Type
$node String
$module String
alternate_emailfunction set_variable ($module, $keys...)
Parameters Type
$module String
$keys String(s)