Can a CSS custom property be used within an HTML tag for an inline SVG element?
For example, if I have this inline SVG element:
<svg style="width:var(--image-width);" />
Although this statement may not be valid, is there a method to utilize --image-width in the HTML file rather than the CSS file?