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
&: parent selector
  • References/CSS/Sass/CSS Extensions

Referencing Parent Selectors: & Sometimes it’s useful to use a nested rule’s parent selector in other ways than the default

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

random random($limit)

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

scale_color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha]) Fluidly scales one or more properties

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

map_values($map) Returns a list of all values in a map. This list may include duplicate values, if multiple keys have the

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

to_upper_case($string) Converts a string to upper case.

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

min($numbers...) Finds the minimum of several numbers. This function takes any number of arguments.

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

unique_id Returns a unique CSS identifier. The identifier is returned as an unquoted string. The identifier returned is only

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

quote($string) Add quotes to a string if the string isn’t quoted, or returns the same string if it is.

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

length($list) Return the length of a list. This can return the number of pairs in a map as

2025-01-10 15:47:30