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

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

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

adjust_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Increases or decreases one

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

unitless($number) Returns whether a number has units.

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

counters($args...) This function only exists as a workaround for IE7‘s

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