is_superselector($super, $sub) Returns whether $super is a superselector of $sub. This means that
Pattern: :root Definition: The :root pseudo-class matches an
Pattern: :last-child Definition: The :last-chil
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
@debug The @debug directive prints the value of a SassScript expression to the standard error output stream. It’s
: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
Page 4 of 15