I'm dynamically adding components to an app but I want different styles on each component. What's the best way to do this besides manually setting the styleName property on each element that I want styled?
I know flex 4 allows for decendents like .componentOne Button and .componentTwo Button but I'm using flex 3. Thanks, Nate

