counter($args...) This function only exists as a workaround for IE7‘s
map_remove($map, $keys...) Returns a new map with keys removed. Like all map functions,
Variable Defaults: !default You can assign to variables if they aren’t already assigned by adding the !default flag
Including a Mixin: @include Mixins are included in the document with the @include directive. This takes the name
inspect($value) Return a string containing the value as its Sass representation.
adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg
map_has_key($map, $key) Returns whether a map has a value associated with a given key.
max($numbers...) Finds the maximum of several numbers. This function takes any number of arguments.
Data Types SassScript supports seven main data types: numbers (e.g. 1.2, 13,
is_superselector($super, $sub) Returns whether $super is a superselector of $sub. This means that
Page 4 of 15