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
What about this:
@winheight:`$(window).height().toString() + "px"`