From a5b653af707747eff93efd4f23b2ebcb0f23af26 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Tue, 19 Feb 2013 10:44:22 -0800 Subject: [PATCH] Actually pass ieCompat into evalEnv for lessc. --- bin/lessc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lessc b/bin/lessc index fb3ccf9b..ca237020 100755 --- a/bin/lessc +++ b/bin/lessc @@ -173,6 +173,7 @@ var parseLessFile = function (e, data) { } else if(!options.lint) { try { var css = tree.toCSS({ + ieCompat: options.ieCompat, compress: options.compress, yuicompress: options.yuicompress, strictMaths: options.strictMaths,