pull/7610/head
Nayan Gautam 4 years ago committed by gtmnayan
parent 7fdb154be0
commit ef4bb348b9

@ -774,7 +774,8 @@ export default class ElementWrapper extends Wrapper {
const dependencies = attribute.node.get_dependencies(); const dependencies = attribute.node.get_dependencies();
push_array(this.class_dependencies, dependencies); push_array(this.class_dependencies, dependencies);
} else if (attribute.node.name === 'style') { } else if (attribute.node.name === 'style') {
// TODO Is there a better way to handle this? // TODO Is there a better way to get the dynamic dependencies
// of the style attribute?
const dependencies = attribute.node.get_dependencies(); const dependencies = attribute.node.get_dependencies();
for (const dep of dependencies) { for (const dep of dependencies) {

Loading…
Cancel
Save