append
  • References/CSS/Sass/Functions

append($list, $val, $separator:auto) Appends a single value onto the end of a list. Unless

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

map_get($map, $key) Returns the value in a map associated with the given key. If the map doesn’t have such a key, returns

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

comparable($number1, $number2) Returns whether two numbers can added, subtracted, or compared.

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

alpha($color) Returns the alpha component (opacity) of a color. This is 1 unless otherwise specified. This

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

nth($list, $n) Gets the nth item in a list. Note that unlike some languages, the first item

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

selector_unify($selector1, $selector2) Unifies two selectors into a single selector that matches only elements matched by

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

selector_nest($selectors...) Return a new selector with all selectors in $selectors nested beneath one another

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

selector_replace($selector, $original, $replacement) Replaces all instances of $original with $replacement

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

change_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Changes one or more properties

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

str_index($string, $substring) Returns the index of the first occurrence of $substring in $string

2025-01-10 15:47:30