Skip to content

Commit ff6a039

Browse files
committed
missing option name change
1 parent 5bdb765 commit ff6a039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lessc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ var parseLessFile = function (e, data) {
229229
compress: options.compress,
230230
yuicompress: options.yuicompress,
231231
maxLineLen: options.maxLineLen,
232-
strictMaths: options.strictMaths,
232+
strictMath: options.strictMath,
233233
strictUnits: options.strictUnits
234234
});
235235
if (output) {

0 commit comments

Comments
 (0)