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

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

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

selector_nest($selectors...) Return a new selector with all selectors in $selectors nested beneath one another

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

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

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

floor($number) Rounds a number down to the previous whole number.

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

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

2025-01-10 15:47:30