hsla
  • References/CSS/Sass/Functions

hsla($hue, $saturation, $lightness, $alpha) Creates a Color from hue, saturation, lightness

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

str_length($string) Returns the number of characters in a string.

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

grayscale($color) Converts a color to grayscale. This is identical to desaturate(color, 100%).

2025-01-10 15:47:30
@mixin
  • References/CSS/Sass/@-Rules and Directives

Defining a Mixin: @mixin Mixins are defined with the @mixin directive. It’s followed by the name of the mixin and

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

saturation($color) Returns the saturation component of a color. See

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

index($list, $value) Returns the position of a value within a list. If the value isn’t found, returns null instead

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

transparentize($color, $amount) Also known as: fade_out Makes

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

unquote($string) Removes quotes from a string. If the string is already unquoted, this will return it unmodified.

2025-01-10 15:47:30
:nested
  • References/CSS/Sass/Output Styles

:nested Nested style is the default Sass style, because it reflects the structure of the CSS styles and the HTML document they’re

2025-01-10 15:47:30
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