add layer to apply check

pull/7514/head
Lewis 4 years ago
parent c8741b00b5
commit 3a12761773

@ -170,7 +170,7 @@ class Atrule {
} }
apply(node: Element) { apply(node: Element) {
if (this.node.name === 'media' || this.node.name === 'supports') { if (this.node.name === 'media' || this.node.name === 'supports' || this.node.name === 'layer') {
this.children.forEach(child => { this.children.forEach(child => {
child.apply(node); child.apply(node);
}); });

Loading…
Cancel
Save