counter
  • References/CSS/Sass/Functions

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

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
inspect
  • References/CSS/Sass/Functions

inspect($value) Return a string containing the value as its Sass representation.

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

unit($number) Returns the unit(s) associated with a number. Complex units are sorted in alphabetical order by numerator and

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
round
  • References/CSS/Sass/Functions

round($number) Rounds a number to the nearest whole number.

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

adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg

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
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
lighten
  • References/CSS/Sass/Functions

lighten($color, $amount) Makes a color lighter. Takes a color and a number between 0% and 100%

2025-01-10 15:47:30