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
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
@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
hsl
  • References/CSS/Sass/Functions

hsl($hue, $saturation, $lightness) Creates a Color from hue, saturation, and lightness values

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
UI Element States Pseudo-Class - :checked
  • References/CSS/CSS Selectors

Pattern: :checked   Definition: The :checked

2014-11-14 05:24:06
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
comparable
  • References/CSS/Sass/Functions

comparable($number1, $number2) Returns whether two numbers can added, subtracted, or compared.

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
function_exists
  • References/CSS/Sass/Functions

function_exists($name) Check whether a function with the given name exists.

2025-01-10 15:47:30