General

variables

se

$se: ('variable', 'global-variable', 'function', 'feature', 'mixin');
View source

Description

Global configuration with all posible check options.

Type

{list}

Used by

functions

se-exists

@function se-exists($name) { ... }
View source

Description

Check weather a feature exists.

Parameters

parameterNameparameterDescriptionparameterTypeparameterDefault value
$name

name of feature to check {string} $type - type of feature to look for {list} $config - possible feature types

Stringnone

Returns

Bool

Requires

  • [variable] se — global configuration for `se-exists`