selector_parse
  • References/CSS/Sass/Functions

selector_parse($selector) Parses a user-provided selector into a list of lists of strings as returned by &

2025-01-10 15:47:30
$: variables
  • References/CSS/Sass/SassScript

Variables: $ The most straightforward way to use SassScript is to use variables. Variables begin with dollar signs, and are set

2025-01-10 15:47:30
Attribute Selector: [attr|=val]
  • References/CSS/CSS Selectors

Pattern: [attr|=val]   Definition: The [attr|=val] selector matches

2014-11-11 03:09:07
Class Selector: .
  • References/CSS/CSS Selectors

Pattern: element.CLASSNAME   Definition: The element.CLASSNAME selector

2014-11-10 05:21:50
rgba
  • References/CSS/Sass/Functions

rgba($red, $green, $blue, $alpha) rgba($color, $alpha)

2025-01-10 15:47:30
Universal Selector: *
  • References/CSS/CSS Selectors

Pattern: *   Definition: The * selector matches the name of any

2014-11-09 16:33:34
@while
  • References/CSS/Sass/@-Rules and Directives

@while The @while directive takes a SassScript expression and repeatedly outputs the nested styles until the statement

2025-01-10 15:47:30
mix
  • References/CSS/Sass/Functions

mix($color1, $color2, $weight:50%) Mixes two colors together. Specifically, takes the average of each of the RGB components

2025-01-10 15:47:30
zip
  • References/CSS/Sass/Functions

zip($lists...) Combines several lists into a single multidimensional list. The nth value of the resulting list is a space

2025-01-10 15:47:30
green
  • References/CSS/Sass/Functions

green($color) Gets the green component of a color. Calculated from HSL where necessary via

2025-01-10 15:47:30