Hi Carlos,

I think I have faced that problem a while ago or at least I think this is
similar. I had couple of cash stuff which wasn't handle by compiler, so I
put them to separate cars file. Example in transpiledactionscript website
[1] and I linked that file in template [2].

I used classes from it in app. :)

[1]
https://github.com/piotrzarzycki21/TranspiledActionScript/blob/examples/Examples/TranspiledActionScriptWebsite/src/resources/additional.css
[2]
https://github.com/piotrzarzycki21/TranspiledActionScript/blob/examples/Examples/TranspiledActionScriptWebsite/src/resources/mdl-js-index-template.html

Thanks,
Piotr

On Fri, Jan 18, 2019, 5:58 PM Carlos Rovira <[email protected]> wrote:

> Hi,
>
> How is the best way to add css rules to a library in a way that Royale
> compiler didn't process that rules and I get it in the final SWC css?
>
> I need to add CSS rules that our Royale compiler still can handle so until
> we solve certain rules I need to use it, so I think the temporary way to do
> this could be insert it in a library.
>
> To be more precise. I can insert css rules in the library, the problem
> comes with the compilation of the royale Application that uses it. I need
> that application compilation take a set of css rules and put in final CSS
> without processing (no matter what we have).
>
> there's some way to do this?
>
> thanks
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Reply via email to