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

scale_color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha]) Fluidly scales one or more properties

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
@error
  • References/CSS/Sass/@-Rules and Directives

@error The @error directive throws the value of a SassScript expression as a fatal error, including a nice stack

2025-01-10 15:47:30
Attribute Selector: [attr=val]
  • References/CSS/CSS Selectors

Pattern: [attr=val]   Definition: The [attr=val] selector matches

2014-11-11 03:05: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
Pseudo-Class - :nth-last-of-type()
  • References/CSS/CSS Selectors

Pattern: :nth-last-of-type(Nth) The argument Nth is of the following format:

2014-11-13 08:58:35
lightness
  • References/CSS/Sass/Functions

lightness($color) Returns the lightness component of a color. See

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

Pattern: :link   Definition: The :link pseudo-class

2014-11-13 15:51:04