index
  • References/CSS/Sass/Functions

index($list, $value) Returns the position of a value within a list. If the value isn’t found, returns null instead

2025-01-10 15:47:30
Pseudo-Class - :only-of-type
  • References/CSS/CSS Selectors

Pattern: :only-of-type   Definition: The :only-of

2014-11-13 12:44:11
%: placeholder selector
  • References/CSS/Sass/CSS Extensions

Placeholder Selectors: %foo Sass supports a special type of selector called a “placeholder selector”. These look like class and

2025-01-10 15:47:30
ID Selector: #
  • References/CSS/CSS Selectors

Pattern: element#IDNAME   Definition: The element#IDNAME selector

2014-11-10 15:34:38
grayscale
  • References/CSS/Sass/Functions

grayscale($color) Converts a color to grayscale. This is identical to desaturate(color, 100%).

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

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

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

map_values($map) Returns a list of all values in a map. This list may include duplicate values, if multiple keys have the

2025-01-10 15:47:30