Functions

SCSS/CSS functions

clamp(min, value, max)

Clamps a value between a minimum and maximum

cos(x)

Cosine function

get-property(name)

Get the value of a CSS property

hsl(hue, saturation, lightness)

Create color value from HSL components

if(condition, if-true, if-false)

Ternary function

lighten(color)

max(a, b)

Returns the largest of the values specified

min(a, b)

Returns the smallest of the values specified

rgb(red, green, blue)

Create color value from RGB components

set-property(name, value, important)

Get the value of a CSS property

sin(x)

Sine function

tan(x)

Tangent function