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

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

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
  • References/CSS/Sass/@-Rules and Directives

Function Directives It is possible to define your own functions in sass and use them in any value or script context. For example:

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

simple_selectors($selector) Returns the simple

2025-01-10 15:47:30
Nested rules
  • References/CSS/Sass/CSS Extensions

Nested Rules Sass allows CSS rules to be nested within one another. The inner rule then only applies within the outer rule’s selector. For example:

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