Pseudo-Class - :nth-of-type()
  • References/CSS/CSS Selectors

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

2014-11-13 08:22:04
length
  • References/CSS/Sass/Functions

length($list) Return the length of a list. This can return the number of pairs in a map as

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

str_slice($string, $start-at, $end-at:-1) Extracts a substring from $string. The substring will begin at index

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

to_lower_case($string) Convert a string to lower case,

2025-01-10 15:47:30
@media
  • References/CSS/Sass/@-Rules and Directives

@media @media directives in Sass behave just like they do in plain CSS, with one extra capability: they can be nested

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

ie_hex_str($color) Converts a color into the format understood by IE filters.

2025-01-10 15:47:30
Type Selector: element
  • References/CSS/CSS Selectors

Pattern: element   Definition: The element selector matches every

2014-11-09 16:34:09
str_index
  • References/CSS/Sass/Functions

str_index($string, $substring) Returns the index of the first occurrence of $substring in $string

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

simple_selectors($selector) Returns the simple

2025-01-10 15:47:30
Nested rules
  • References/CSS/Sass/CSS Extensions

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:

2025-01-10 15:47:30