@warn
  • References/CSS/Sass/@-Rules and Directives

@warn The @warn directive prints the value of a SassScript expression to the standard error output stream. It’s useful

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

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

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

selector_parse($selector) Parses a user-provided selector into a list of lists of strings as returned by &

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

mix($color1, $color2, $weight:50%) Mixes two colors together. Specifically, takes the average of each of the RGB components

2025-01-10 15:47:30
@while
  • References/CSS/Sass/@-Rules and Directives

@while The @while directive takes a SassScript expression and repeatedly outputs the nested styles until the statement

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

zip($lists...) Combines several lists into a single multidimensional list. The nth value of the resulting list is a space

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
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