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
