Skip to content

Getting an error in arrows.less #3

@maikeldaloo

Description

@maikeldaloo

On lines 10 and 38, you have a variable being set and it's using the wrong syntax:

@after-margin = @size * -1px;

Should be:

@after-margin: @size * -1px;

Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions