diff --git a/compiler/generate/visitors/attributes/lookup.js b/compiler/generate/visitors/attributes/lookup.js index f31496d9e1..e36c5c45fb 100644 --- a/compiler/generate/visitors/attributes/lookup.js +++ b/compiler/generate/visitors/attributes/lookup.js @@ -103,7 +103,7 @@ const lookup = { srcset: { appliesTo: [ 'img' ] }, start: { appliesTo: [ 'ol' ] }, step: { appliesTo: [ 'input' ] }, - style: {}, + style: { propertyName: 'style.cssText' }, summary: { appliesTo: [ 'table' ] }, tabindex: { propertyName: 'tabIndex' }, target: { appliesTo: [ 'a', 'area', 'base', 'form' ] },