Skip to content

Update Less Mixin section for Gradients #13367

@keeneyemedia

Description

@keeneyemedia

It seems the current documentation to create a 3-color gradient creates an error with the color stop being declared as a decimal.
Ex:

gradient > .vertical-three-colors(#777; #333; .25; #000);

Should be a percentage. Ex:

gradient > .vertical-three-colors(#777; #333; 25%; #000);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions