Skip to content

px is shown instead of em in some calcul. #360

@SuperPat45

Description

@SuperPat45

Hi,
In Telerik kendo UI core, you can see:

@calendar-cell-width: ((34px / 14px) * 1em);
.k-calendar
{
    width: (@calendar-cell-width * 7);
}

If you compile this with less4j, the result is:

.k-calendar
{
    width: 17px;
}

Instead of this if compiled with glup-less:

.k-calendar
{
    width: 17em;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions