In LESS I used following code to get the window\'s height.
@winheight:`$(window).height()`
What I\'m getting is a number, but when i add
This might work depending on LESS which I do not know well.
Reading the docs this is a possibility.
@winheight:0px + `$(window).height()`