We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ember-style-modifier/addon/modifiers/style.ts
Line 47 in c2869d5
This should be:
Element: ElementCSSInlineStyle;
Otherwise, the Typescript compiler complains when you try to use the modifier on SVG elements.
Activity