Pattern: * Definition: The * selector matches the name of any
@extend There are often cases when designing a page when one class should have all the styles of another class, as well as its
Pattern: [attr$=substring] Definition: The [attr$=substring] selector
zip($lists...) Combines several lists into a single multidimensional list. The nth value of the resulting list is a space
Pattern: element.CLASSNAME Definition: The element.CLASSNAME selector
Pattern: [attr|=val] Definition: The [attr|=val] selector matches
selector_parse($selector) Parses a user-provided selector into a list of lists of strings as returned by &
invert($color) Returns the inverse (negative) of a color. The red, green, and blue values are inverted, while the opacity
@for The @for directive repeatedly outputs a set of styles. For each repetition, a counter variable is used to adjust
hue($color) Returns the hue component of a color. See
Page 2 of 15