Universal Selector: *
  • References/CSS/CSS Selectors

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

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

@extend There are often cases when designing a page when one class should have all the styles of another class, as well as its

2025-01-10 15:47:30
Substring Attribute Selector: [attr$=substring]
  • References/CSS/CSS Selectors

Pattern: [attr$=substring]   Definition: The [attr$=substring] selector

2014-11-11 03:34:38
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
Class Selector: .
  • References/CSS/CSS Selectors

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

2014-11-10 05:21:50
Attribute Selector: [attr|=val]
  • References/CSS/CSS Selectors

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

2014-11-11 03:09:07
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
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
@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
hue
  • References/CSS/Sass/Functions

hue($color) Returns the hue component of a color. See

2025-01-10 15:47:30