Compiled styles
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"> <mx:Style> @namespace mx "http://www.adobe.com/2006/mxml"; mx|Label { color:blue; font-size:18; font-weight:bold; } </mx:Style> </mx:Application>