scale_color
  • References/CSS/Sass/Functions

scale_color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha]) Fluidly scales one or more properties

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

ceil($number) Rounds a number up to the next whole number.

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

opacify($color, $amount) Also known as: fade_in Makes

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

abs($number) Returns the absolute value of a number.

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

selector_unify($selector1, $selector2) Unifies two selectors into a single selector that matches only elements matched by

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

selector_replace($selector, $original, $replacement) Replaces all instances of $original with $replacement

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
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