less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Variables not accepted in line-height shorthand

Open avdgaag opened this issue 16 years ago • 0 comments

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.

avdgaag avatar Oct 02 '09 07:10 avdgaag