8000
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 3722e83 commit 8ef3824Copy full SHA for 8ef3824
lib/less/tree/extend.js
@@ -6,7 +6,7 @@ tree.Extend = function Extend(elements, index) {
6
};
7
8
tree.Extend.prototype.eval = function Extend_eval(env) {
9
- var selfSelectors = findSelfSelectors(env.selectors);
+ var selfSelectors = findSelfSelectors(env.selectors),
10
targetValue = this.selector.elements[0].value;
11
12
env.frames.forEach(function(frame) {
0 commit comments