CSSEx.Helpers.Functions.darken

You're seeing just the function darken, go back to CSSEx.Helpers.Functions module for more information.
Link to this function

darken(ctx_content, color, percentage)

View Source

Darken function, takes a color in the form of a string and a number representing the percentage to darken and returns a CSS rgba() string.

@fn::darken(orange, 25)