Pseudo-Class - :root
  • References/CSS/CSS Selectors

Pattern: :root   Definition: The :root pseudo-class matches an

2014-11-13 04:08:06
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
join
  • References/CSS/Sass/Functions

join($list1, $list2, $separator:auto) Joins together two lists into one. Unless $separator

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

feature_exists($feature) Returns whether a feature exists in the current Sass runtime. The

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

hsla($hue, $saturation, $lightness, $alpha) Creates a Color from hue, saturation, lightness

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

set Return a new list, based on the list provided, but with the nth element changed to the value given.

2025-01-10 15:47:30
%: 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
Pseudo-Class - :first-of-type
  • References/CSS/CSS Selectors

Pattern: :first-of-type   Definition: The :first-

2014-11-13 10:54:15
Pseudo-Class - :first-child
  • References/CSS/CSS Selectors

Pattern: :first-child   Definition: The :first-ch

2014-11-13 10:13:47
desaturate
  • References/CSS/Sass/Functions

desaturate($color, $amount) Makes a color less saturated. Takes a color and a number between 0% and 100%, and returns a color

2025-01-10 15:47:30