& in SassScript Just like when it’s used in selectors, & in SassScript refers to the current parent selector
is_superselector($super, $sub) Returns whether $super is a superselector of $sub. This means that
counter($args...) This function only exists as a workaround for IE7‘s
:compressed Compressed style takes up the minimum amount of space possible, having no whitespace except that necessary to separate
:expanded Expanded is a more typical human-made CSS style, with each property and rule taking up one line. Properties are indented
map_remove($map, $keys...) Returns a new map with keys removed. Like all map functions,
Data Types SassScript supports seven main data types: numbers (e.g. 1.2, 13,
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.
unit($number) Returns the unit(s) associated with a number. Complex units are sorted in alphabetical order by numerator and
Page 4 of 12