@for The @for directive repeatedly outputs a set of styles. For each repetition, a counter variable is used to adjust
green($color) Gets the green component of a color. Calculated from HSL where necessary via
@warn The @warn directive prints the value of a SassScript expression to the standard error output stream. It’s useful
adjust_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Increases or decreases one
blue($color) Gets the blue component of a color. Calculated from HSL where necessary via
keywords($args) Returns the map of named arguments passed to a function or mixin that takes a variable argument list. The
zip($lists...) Combines several lists into a single multidimensional list. The nth value of the resulting list is a space
Variables: $ The most straightforward way to use SassScript is to use variables. Variables begin with dollar signs, and are set
selector_parse($selector) Parses a user-provided selector into a list of lists of strings as returned by &
counters($args...) This function only exists as a workaround for IE7‘s
Page 1 of 12