adjust_color
  • References/CSS/Sass/Functions

adjust_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Increases or decreases one

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

green($color) Gets the green component of a color. Calculated from HSL where necessary via

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

counters($args...) This function only exists as a workaround for IE7‘s

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

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

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

map_remove($map, $keys...) Returns a new map with keys removed. Like all map functions,

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

list_separator($list) Returns the separator of a list. If the list doesn’t have a separator due to having fewer than two

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

darken($color, $amount) Makes a color darker. Takes a color and a number between 0% and 100%, and returns a color with the

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

complement($color) Returns the complement of a color. This is identical to adjust-hue(color, 180deg).

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

is_superselector($super, $sub) Returns whether $super is a superselector of $sub. This means that

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

map_has_key($map, $key) Returns whether a map has a value associated with a given key.

2025-01-10 15:47:30