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 c214cc1 commit d79dc5cCopy full SHA for d79dc5c
lib/options/selectorLibrary.js
@@ -77,6 +77,11 @@ class SelectorLibrary {
77
78
options = _.merge(optionsDefault, options);
79
80
+ // fail on setted exludes
81
+ if (this.contains.call(this.excludes, matchedSelector)) {
82
+ return selector;
83
+ }
84
+
85
// change the objects if origValues are set to false - to get information about the compressed selectors
86
if (!options.origValues) {
87
result = this.compressedSelectors[matchedSelector];
0 commit comments