Alternatives to load stylesheet...
Hi,
I need to be able to swap out styles en masse across the whole application in a mobile project.
Obviously, that would be easy anywhere else... styleManager.loadStylesheet or similar.
But in mobile...
I think I am resigned to compiling a single, big stylesheet with lots of variations, but I still need a succinct way to swap out everything across the whole app... something like FlexGlobals.topLevelApplication.styleName = "bob";
Anybody got any nifty way of writing CSS so as to allow me to do this in one fell swoop?
Thanks,
G
