CSSOM
CSSOM copied to clipboard
"font-size" not accessible
Hi, thanks for this library.
I'm trying to access "font-size" on a CSSStyleDeclaration
object like I would on the browser using .fontSize
but apparently it is only accessible using ["font-size"]
...
I think this applies to all dashed properties, is this intended?