Skip to content

Commit d785340

Browse files
committed
Allow unknown options
1 parent 6c8eb90 commit d785340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/csscomb.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Comb.prototype = {
3838
var handler = require('./options/' + option).setValue(config[option]);
3939
handler && _this._handlers.push(handler);
4040
} catch (e) {
41-
throw new Error('Handler ' + option + ' was not found.');
4241
}
4342
}
4443
});

0 commit comments

Comments
 (0)