type_of
  • References/CSS/Sass/Functions

type_of($value) Returns the type of a value.

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

map_merge($map1, $map2) Merges two maps together into a new map. Keys in $map2 will take precedence over keys

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

round($number) Rounds a number to the nearest whole number.

2025-01-10 15:47:30
: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
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
@debug
  • References/CSS/Sass/@-Rules and Directives

@debug The @debug directive prints the value of a SassScript expression to the standard error output stream. It’s

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

saturate($color, $amount) Makes a color more saturated. Takes a color and a number between 0% and 100%, and returns a color

2025-01-10 15:47:30
& in sassScript
  • References/CSS/Sass/SassScript

& in SassScript Just like when it’s used in selectors, & in SassScript refers to the current parent selector

2025-01-10 15:47:30