Nested properties
  • References/CSS/Sass/CSS Extensions

Nested Properties CSS has quite a few properties that are in “namespaces;” for instance, font-family, font-size, and

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

max($numbers...) Finds the maximum of several numbers. This function takes any number of arguments.

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
Operations
  • References/CSS/Sass/SassScript

Operations All types support equality operations (== and !=). In addition, each type has its own operations that it

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

unquote($string) Removes quotes from a string. If the string is already unquoted, this will return it unmodified.

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

index($list, $value) Returns the position of a value within a list. If the value isn’t found, returns null instead

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

feature_exists($feature) Returns whether a feature exists in the current Sass runtime. The

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

transparentize($color, $amount) Also known as: fade_out Makes

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

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

2025-01-10 15:47:30