angular-slider/angularjs-slider

brocken compiling with less v4

WuglyakBolgoink opened this issue · 6 comments

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!

Thanks for reporting this. Would you like to create a PR?

@ValentinH are you published to npm now?

It should be the case already or maybe I published to the wrong registry 🙈

@ValentinH

It should be the case already or maybe I published to the wrong registry 🙈

till now, nothing )

It should be good now: v7.0.1

@ValentinH yes! thanks!