less.ruby
less.ruby copied to clipboard
Variables not accepted in line-height shorthand
Less raises a SyntaxError when using a variable for the line-height in the font shorthand:
font: bold 12px/@line-height Arial, sans-serif;
I would expect it to substitute @line-height with whatever its value is.