Thanks Piotr,

I know that way, in fact we apply it in MDL, but I want to avoid to add
links to html template. I was thinking in something more integrated with
the code that could be not processed. So as we get the compiler enhanced to
process the rules, we can change the rules to a place where the compiler
process it.

But maybe your suggestion is the only way now.

Anyway, thanks for posting that solution! :)

Carlos

El vie., 18 ene. 2019 a las 18:18, Piotr Zarzycki (<
[email protected]>) escribió:

> Dictionary wasn't helpful I meant css* file. ;)
>
> On Fri, Jan 18, 2019, 6:16 PM Piotr Zarzycki <[email protected]>
> wrote:
>
> > 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
> >>
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to