str_length
  • References/CSS/Sass/Functions

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

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

str_insert($string, $insert, $index) Inserts $insert into $string at $index.

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

rgb($red, $green, $blue) Creates a Color object from red, green, and blue values.

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

set Return a new list, based on the list provided, but with the nth element changed to the value given.

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

@at-root The @at-root directive causes one or more rules to be emitted at the root of the document, rather than being

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

map_get($map, $key) Returns the value in a map associated with the given key. If the map doesn’t have such a key, returns

2025-01-10 15:47:30