$: 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
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
Link Pseudo-Class - :visited
  • References/CSS/CSS Selectors

Pattern: :visited   Definition: The :visited

2014-11-13 17:33:37
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
type_of
  • References/CSS/Sass/Functions

type_of($value) Returns the type of a value.

2025-01-10 15:47:30
Interactive shell
  • References/CSS/Sass/SassScript

Interactive Shell You can easily experiment with SassScript using the interactive shell. To launch the shell run the sass command-line with

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

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

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