We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdb765 commit ff6a039Copy full SHA for ff6a039
bin/lessc
@@ -229,7 +229,7 @@ var parseLessFile = function (e, data) {
229
compress: options.compress,
230
yuicompress: options.yuicompress,
231
maxLineLen: options.maxLineLen,
232
- strictMaths: options.strictMaths,
+ strictMath: options.strictMath,
233
strictUnits: options.strictUnits
234
});
235
if (output) {
0 commit comments