mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fixed typo.
This commit is contained in:
@@ -605,7 +605,7 @@ Ruleset.prototype.joinSelector = function (paths, context, selector) {
|
||||
if (addPath.length > 0) {
|
||||
// /deep/ is a combinator that is valid without anything in front of it
|
||||
// so if the & does not have a combinator that is "" or " " then
|
||||
// and there is a combinator o n the parent, then grab that.
|
||||
// and there is a combinator on the parent, then grab that.
|
||||
// this also allows + a { & .b { .a & { ... though not sure why you would want to do that
|
||||
var combinator = replacedElement.combinator, parentEl = addPath[0].elements[0];
|
||||
if (combinator.emptyOrWhitespace && !parentEl.combinator.emptyOrWhitespace) {
|
||||
|
||||
Reference in New Issue
Block a user