CSSEx.Helpers.Functions.lighten

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

lighten(ctx_content, color, percentage)

View Source

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

@fn::lighten(orange, 10)