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 6c8eb90 commit d785340Copy full SHA for d785340
lib/csscomb.js
@@ -38,7 +38,6 @@ Comb.prototype = {
38
var handler = require('./options/' + option).setValue(config[option]);
39
handler && _this._handlers.push(handler);
40
} catch (e) {
41
- throw new Error('Handler ' + option + ' was not found.');
42
}
43
44
});
0 commit comments