@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @namespace styleTest "assets.styleTest.*"; /* Class Selector */ .styleInComponent{ teststyle_1_string_noinh : "componentString"; teststyle_3_uint_inh : 34; } .styleInComponentDiff{ teststyle_1_string_noinh : "componentString"; teststyle_3_uint_inh : 34; } /* ID Selector */ #componentADV{ teststyle_1_string_noinh : "idCompString"; teststyle_2_number_noinh : 12; teststyle_3_uint_inh : 56; } #componentADVDiff{ teststyle_1_string_noinh : "idCompString"; teststyle_2_number_noinh : 12; teststyle_3_uint_inh : 56; }