main.scss
,
line 19
This tests if $value
is a valid direction.
Name | Description | Default Value |
---|---|---|
$value | The value you want to test | null |
custom/helpers/mixins/_linear-gradient.scss
,
line 54
This tests if $value
is a valid direction.
Name | Description | Default Value |
---|---|---|
$value | The value you want to test | null |
global-scss/helpers/mixins/_linear-gradient.scss
,
line 54
This converts a direction to legacy syntax.
Name | Description | Default Value |
---|---|---|
$value | The value you want to convert | null |
custom/helpers/mixins/_linear-gradient.scss
,
line 89
This converts a direction to legacy syntax.
Name | Description | Default Value |
---|---|---|
$value | The value you want to convert | null |
global-scss/helpers/mixins/_linear-gradient.scss
,
line 89
This Convert a pixel value to em. Useful for things like letter-spacing.
Name | Description | Default Value |
---|---|---|
$pixel | The value you want to convert to em | null |
$context | The base font size assigned to | $base-font-size |
global-scss/helpers/functions/_em.scss
,
line 1
This is a mixin to mimic the behavior of native css clamp() while supporting Safari 12.x and 13.0. Clamps a value between an upper and lower bound while selecting a middle value within a range of values between a defined minimum and maximum. See https://developer.mozilla.org/en-US/docs/Web/CSS/clamp() for more info.
Name | Description | Default Value |
---|---|---|
$min | Lower bound | null |
$val | Preferred value. Should be either vw or % | null |
$max | Upper bound | null |
global-scss/helpers/functions/_is-clamp.scss
,
line 1
This gets HEX value from Sass map.
Name | Description | Default Value |
---|---|---|
$color | Color name from the Sass map | null |
$tone | Tone (tint or shade) | base |
global-scss/helpers/functions/_primary-color.scss
,
line 1
This gets HEX value from Sass map.
Name | Description | Default Value |
---|---|---|
$color | Color name from the Sass map | null |
$tone | Tone (tint or shade) | base |
global-scss/helpers/functions/_secondary-color.scss
,
line 1
This gets HEX value from Sass map for social media platforms.
Name | Description | Default Value |
---|---|---|
$platform | Name of social media platform | null |
global-scss/helpers/functions/_sm-color.scss
,
line 1