Skip to content

brocken compiling with less v4 #678

Closed
@WuglyakBolgoink

Description

@WuglyakBolgoink

to support LESS v4 you must wrap math operations with (...)

example

    margin-top: (-@handleSize / 2);
    padding-top: @handleSize / 2;

give back

    margin-top: -16px;
    padding-top: 32px/2;

and in this case padding-top will be ignored in browser and margin-top is correct!

please fix this asap!

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