That’s coming from one of the Royale themes. Try specifying a theme argument 
pointing to your own css file. In asconfij.json that would be inside 
compilerOptions:

"theme": "src/main.css"

HTH,
Harbs

> On Jul 28, 2022, at 11:08 AM, Hugo Ferreira <hferreira...@gmail.com> wrote:
> 
> Hi,
> 
> When I compile my Apache Royale application, the compilar injects a
> particular style: * { font-size: 12px }
> This afftects my report engine Texts (Labels) because they don't have a
> defined style. A text in this report engine is a div (without style) inside
> a td with a style, so the text (div) inherits from the Royale * style,
> dont' allow me the have different report text styles.
> 
> There is a way to compile (I'm using VS Code) and ignore this style (*) ?
> 
> Regards,
> Hugo.

Reply via email to