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

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

2014-11-13 08:58:35
unique_id
  • References/CSS/Sass/Functions

unique_id Returns a unique CSS identifier. The identifier is returned as an unquoted string. The identifier returned is only

2025-01-10 15:47:30
Link Pseudo-Class - :link
  • References/CSS/CSS Selectors

Pattern: :link   Definition: The :link pseudo-class

2014-11-13 15:51:04
variable_exists
  • References/CSS/Sass/Functions

variable_exists($name) Check whether a variable with the given name exists in the current scope or in the global scope.

2025-01-10 15:47:30
#{}
  • References/CSS/Sass/SassScript

Interpolation: #{} You can also use SassScript variables in selectors and property names using #{} interpolation

2025-01-10 15:47:30
Attribute Selector: [attr=val]
  • References/CSS/CSS Selectors

Pattern: [attr=val]   Definition: The [attr=val] selector matches

2014-11-11 03:05:30
red
  • References/CSS/Sass/Functions

red($color) Gets the red component of a color. Calculated from HSL where necessary via

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

quote($string) Add quotes to a string if the string isn’t quoted, or returns the same string if it is.

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

append($list, $val, $separator:auto) Appends a single value onto the end of a list. Unless

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

map_keys($map) Returns a list of all keys in a map.

2025-01-10 15:47:30