join
  • References/CSS/Sass/Functions

join($list1, $list2, $separator:auto) Joins together two lists into one. Unless $separator

2025-01-10 15:47:30
feature_exists
  • References/CSS/Sass/Functions

feature_exists($feature) Returns whether a feature exists in the current Sass runtime. The

2025-01-10 15:47:30
hsla
  • References/CSS/Sass/Functions

hsla($hue, $saturation, $lightness, $alpha) Creates a Color from hue, saturation, lightness

2025-01-10 15:47:30
set
  • References/CSS/Sass/Functions

set Return a new list, based on the list provided, but with the nth element changed to the value given.

2025-01-10 15:47:30
desaturate
  • References/CSS/Sass/Functions

desaturate($color, $amount) Makes a color less saturated. Takes a color and a number between 0% and 100%, and returns a color

2025-01-10 15:47:30
str_insert
  • References/CSS/Sass/Functions

str_insert($string, $insert, $index) Inserts $insert into $string at $index.

2025-01-10 15:47:30
rgb
  • References/CSS/Sass/Functions

rgb($red, $green, $blue) Creates a Color object from red, green, and blue values.

2025-01-10 15:47:30
str_length
  • References/CSS/Sass/Functions

str_length($string) Returns the number of characters in a string.

2025-01-10 15:47:30
saturation
  • References/CSS/Sass/Functions

saturation($color) Returns the saturation component of a color. See

2025-01-10 15:47:30
selector_append
  • References/CSS/Sass/Functions

selector_append($selectors...) Return a new selector with all selectors in $selectors appended one another as

2025-01-10 15:47:30