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

MS expressions

Open daz-codes opened this issue 16 years ago • 0 comments

LESS chokes on any of the propriety MS expressions at the moment, but this one would be useful for setting a max-width

{width:expression(documentElement.clientWidth > @max-width-1 ? "@max-width" : "90%");}

daz-codes avatar Oct 11 '09 18:10 daz-codes