inspect($value) Return a string containing the value as its Sass representation.
unit($number) Returns the unit(s) associated with a number. Complex units are sorted in alphabetical order by numerator and
saturate($color, $amount) Makes a color more saturated. Takes a color and a number between 0% and 100%, and returns a color
round($number) Rounds a number to the nearest whole number.
adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg
darken($color, $amount) Makes a color darker. Takes a color and a number between 0% and 100%, and returns a color with the
list_separator($list) Returns the separator of a list. If the list doesn’t have a separator due to having fewer than two
complement($color) Returns the complement of a color. This is identical to adjust-hue(color, 180deg).
max($numbers...) Finds the maximum of several numbers. This function takes any number of arguments.
lighten($color, $amount) Makes a color lighter. Takes a color and a number between 0% and 100%
Page 3 of 9