Skip to content
  • Denis Steckelmacher's avatar
    Support "font { pixelSize: 20; b: true; }" · 4f9fcba5
    Denis Steckelmacher authored
    typeFromClassName also returns the type of a declaration if the declaration is
    an instance. Therefore, typeFromClassName("font") returns the type of the "font"
    property, thus Font, and pixelSize and b are properties of Font.
    4f9fcba5