:compressed
  • References/CSS/Sass/Output Styles

:compressed Compressed style takes up the minimum amount of space possible, having no whitespace except that necessary to separate

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

adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg

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

darken($color, $amount) Makes a color darker. Takes a color and a number between 0% and 100%, and returns a color with the

2025-01-10 15:47:30
Data types
  • References/CSS/Sass/SassScript

Data Types SassScript supports seven main data types: numbers (e.g. 1.2, 13,

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

Including a Mixin: @include Mixins are included in the document with the @include directive. This takes the name

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

Functions SassScript defines some useful functions that are called using the normal CSS function syntax:

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

selector_append($selectors...) Return a new selector with all selectors in $selectors appended one another as

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