selector_extend
  • References/CSS/Sass/Functions

selector_extend($selector, $extendee, $extender) Returns a new version of $selector with $extendee

2025-01-10 15:47:30
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
hue
  • References/CSS/Sass/Functions

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

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

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

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
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
rgba
  • References/CSS/Sass/Functions

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

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