@for
  • References/CSS/Sass/@-Rules and Directives

@for The @for directive repeatedly outputs a set of styles. For each repetition, a counter variable is used to adjust

2025-01-10 15:47:30
@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
Universal Selector: *
  • References/CSS/CSS Selectors

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

2014-11-09 16:33:34
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
Attribute Selector: [attr|=val]
  • References/CSS/CSS Selectors

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

2014-11-11 03:09:07
UI Element States Pseudo-Class - :disabled
  • References/CSS/CSS Selectors

Pattern: :disabled   Definition: The :disabled

2014-11-14 04:00:21
invert
  • References/CSS/Sass/Functions

invert($color) Returns the inverse (negative) of a color. The red, green, and blue values are inverted, while the opacity

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

keywords($args) Returns the map of named arguments passed to a function or mixin that takes a variable argument list. The

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
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