Language Pseudo-Class - :lang
  • References/CSS/CSS Selectors

Pattern: :lang   Definition: The :lang pseudo-class

2014-11-14 03:33: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
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
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
:compact
  • References/CSS/Sass/Output Styles

:compact Compact style takes up less space than Nested or Expanded. It also draws the focus more to the selectors than to their

2025-01-10 15:47:30