rgb
  • References/CSS/Sass/Functions

rgb($red, $green, $blue) Creates a Color object from red, green, and blue values.

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

feature_exists($feature) Returns whether a feature exists in the current Sass runtime. The

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

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

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

transparentize($color, $amount) Also known as: fade_out Makes

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

desaturate($color, $amount) Makes a color less saturated. Takes a color and a number between 0% and 100%, and returns a color

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

hsla($hue, $saturation, $lightness, $alpha) Creates a Color from hue, saturation, lightness

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

index($list, $value) Returns the position of a value within a list. If the value isn’t found, returns null instead

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

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

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

scale_color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha]) Fluidly scales one or more properties

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

unique_id Returns a unique CSS identifier. The identifier is returned as an unquoted string. The identifier returned is only

2025-01-10 15:47:30