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

@for The @for directive repeatedly outputs a set of styles. For each repetition, a counter variable is used to adjust

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

keywords($args) Returns the map of named arguments passed to a function or mixin that takes a variable argument list. The

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
$: variables
  • References/CSS/Sass/SassScript

Variables: $ The most straightforward way to use SassScript is to use variables. Variables begin with dollar signs, and are set

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

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

2025-01-10 15:47:30