Also process mixin rules

This commit is contained in:
Eric Lippmann 2021-12-06 14:45:00 +01:00
parent 38cc26eca5
commit a775ae5f66
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ class Visitor extends Less_VisitorReplacing
$p['value'] = $this->visitObj($p['value']);
}
$m->rules = $this->visitArray($m->rules);
$this->definingMixin = spl_object_hash($m);
return $m;