:compressed Compressed style takes up the minimum amount of space possible, having no whitespace except that necessary to separate
adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg
darken($color, $amount) Makes a color darker. Takes a color and a number between 0% and 100%, and returns a color with the
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
str_insert($string, $insert, $index) Inserts $insert into $string at $index.
Functions SassScript defines some useful functions that are called using the normal CSS function syntax:
rgb($red, $green, $blue) Creates a Color object from red, green, and blue values.
selector_append($selectors...) Return a new selector with all selectors in $selectors appended one another as
@at-root The @at-root directive causes one or more rules to be emitted at the root of the document, rather than being
Page 5 of 12