Hi all: I'm trying to read an external css and apply styles to my application using the parseCss method from StyleSheet class. When I access style names throght stylenames property from StyleSheet all of them are in lowercase. For example, I have a style named "closeButton" and the StyleSheet parse it whith the name 'closebutton'. When I apply this style name to my application doesn´t work. Is this behavior a bug?
I'm using Flex 3. Thank you in advance

