General
variables
se
$se: ('variable', 'global-variable', 'function', 'feature', 'mixin');
View sourceDescription
Global configuration with all posible check options.
Type
{list}
Used by
- [function]
se-exists
functions
se-exists
@function se-exists($name) { ... }
View sourceDescription
Check weather a feature exists.
Parameters
parameterName | parameterDescription | parameterType | parameterDefault value |
---|---|---|---|
$name | name of feature to check {string} $type - type of feature to look for {list} $config - possible feature types | String | —none |
Returns
Bool
Requires
- [variable]
se
— global configuration for `se-exists`