Open Kal-Aster opened 3 years ago
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?
CSSStyleDeclaration
.fontSize
["font-size"]
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?