type_of($value) Returns the type of a value.
map_merge($map1, $map2) Merges two maps together into a new map. Keys in $map2 will take precedence over keys
darken($color, $amount) Makes a color darker. Takes a color and a number between 0% and 100%, and returns a color with the
round($number) Rounds a number to the nearest whole number.
:compressed Compressed style takes up the minimum amount of space possible, having no whitespace except that necessary to separate
Data Types SassScript supports seven main data types: numbers (e.g. 1.2, 13,
@debug The @debug directive prints the value of a SassScript expression to the standard error output stream. It’s
Including a Mixin: @include Mixins are included in the document with the @include directive. This takes the name
saturate($color, $amount) Makes a color more saturated. Takes a color and a number between 0% and 100%, and returns a color
& in SassScript Just like when it’s used in selectors, & in SassScript refers to the current parent selector
Page 3 of 12