Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SuperPat45 opened this issue Jan 24, 2017 · 0 comments
Open

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

SuperPat45 opened this issue Jan 24, 2017 · 0 comments

Comments

@SuperPat45
Copy link

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant