random
  • References/CSS/Sass/Functions

random random($limit)

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

min($numbers...) Finds the minimum of several numbers. This function takes any number of arguments.

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

quote($string) Add quotes to a string if the string isn’t quoted, or returns the same string if it is.

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

@if The @if directive takes a SassScript expression and uses the styles nested beneath it if the expression returns

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

global_variable_exists($name) Check whether a variable with the given name exists in the global scope (at the top level of

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

append($list, $val, $separator:auto) Appends a single value onto the end of a list. Unless

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

variable_exists($name) Check whether a variable with the given name exists in the current scope or in the global scope.

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

to_upper_case($string) Converts a string to upper case.

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

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

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

nth($list, $n) Gets the nth item in a list. Note that unlike some languages, the first item

2025-01-10 15:47:30