Hi, > Considering we have AllCSSValuesImpl, I think that should be the default for > apps which are expecting HTML CSS.
It’s not about HTTML CSS.
This code:
<js:Container>
<js:Label text="The quick brown fox jumped over the lazy dog. (600)">
<js:style>
<js:SimpleCSSStyles fontFamily="Catamaran" fontWeight="600"/>
</js:style>
</js:Label>
</js:Container>
Will compile with no warnings but fail to work without the fix.
Thanks,
Justin
