overridden styles for flex module

Posted by Anand on Stack Overflow See other posts from Stack Overflow or by Anand
Published on 2009-06-11T11:02:05Z Indexed on 2010/05/08 11:08 UTC
Read the original article Hit count: 298

Filed under:
|
|

Can a flex module have styles different from the main application which loads the modules? Meaning... can I have a main set of styles for the application, and separate styles for each module.. with each of them rendering their own styles without disturbing the other at runtime?

My specific case: The main application is developed by me... and the modules are developed by different people who want to contribute to the main application. I want to provide some way for each of the module developers to have their own styles for their modules, without touching the main application or its styles.

© Stack Overflow or respective owner

Related posts about flex

Related posts about styles