join($list1, $list2, $separator:auto) Joins together two lists into one. Unless $separator
@each The @each directive usually has the form @each $var in <list or map>. $var
if($condition, $if-true, $if-false) Returns one of two values, depending on whether or not $condition is true
str_length($string) Returns the number of characters in a string.
Pattern: :nth-child(Nth) The argument Nth is of the following format:
Pattern: :only-of-type Definition: The :only-of
str_insert($string, $insert, $index) Inserts $insert into $string at $index.
saturation($color) Returns the saturation component of a color. See
:nested Nested style is the default Sass style, because it reflects the structure of the CSS styles and the HTML document they’re
Pattern: :hover Definition: The :hover pseudo-class
Page 8 of 15