simple_selectors
  • References/CSS/Sass/Functions

simple_selectors($selector) Returns the simple

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

change_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Changes one or more properties

2025-01-10 15:47:30
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
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
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
alpha
  • References/CSS/Sass/Functions

alpha($color) Returns the alpha component (opacity) of a color. This is 1 unless otherwise specified. This

2025-01-10 15:47:30