Nested Rules Sass allows CSS rules to be nested within one another. The inner rule then only applies within the outer rule’s selector. For example:
alpha($color) Returns the alpha component (opacity) of a color. This is 1 unless otherwise specified. This
Pattern: :last-of-type Definition: The :last-of
nth($list, $n) Gets the nth item in a list. Note that unlike some languages, the first item
:compact Compact style takes up less space than Nested or Expanded. It also draws the focus more to the selectors than to their
selector_replace($selector, $original, $replacement) Replaces all instances of $original with $replacement
change_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Changes one or more properties
Pattern: element Definition: The element selector matches every
Pattern: :nth-last-child(Nth) The argument Nth is of the following format:
Page 15 of 15