@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @namespace styleTest "assets.styleTest.*"; @namespace assets "assets.*"; /* Class selector for parent container */ .parentStyle { teststyle_1_string_noinh : "parentString"; teststyle_3_uint_inh : 67; } .clientStyle1 { teststyle_1_string_noinh : "addString"; teststyle_2_number_noinh : 11.11; teststyle_3_uint_inh : 456; } .clientStyle2{ teststyle_1_string_noinh : "removeStr"; teststyle_3_uint_inh : 123; teststyle_5_format_length_noinh : 100; } .clientStyle3{ teststyle_1_string_noinh : "removeStr"; teststyle_3_uint_inh : 123; teststyle_5_format_length_noinh : 100; }