rgba
  • References/CSS/Sass/Functions

rgba($red, $green, $blue, $alpha) rgba($color, $alpha)

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

selector_extend($selector, $extendee, $extender) Returns a new version of $selector with $extendee

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

map_merge($map1, $map2) Merges two maps together into a new map. Keys in $map2 will take precedence over keys

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

mixin_exists($name) Check whether a mixin with the given name exists.

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