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
Take .css(height) instead of .height() - this returns the value + unit.
.css(height)
.height()