@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @namespace styleTest "assets.styleTest.*"; @namespace assets "assets.*"; /* Type Selector */ styleTest|ADVStyleTestClass{ teststyle_2_number_noinh : 54321; teststyle_3_uint_inh : 76; teststyle_4_date_inh : PropertyReference("compDate2"); } /* Class Selector */ .styleInComponent{ teststyle_2_number_noinh : 12345; teststyle_3_uint_inh : 67; teststyle_4_date_inh : PropertyReference("compDate1"); } /* ID Selector */ #componentADV{ teststyle_1_string_noinh : "idAppStr"; teststyle_3_uint_inh : 345; teststyle_4_date_inh: PropertyReference("appDate"); }