I'm extending the SkinnableContainer in the hosted component. so in the mxml file i always have to make the normal and disabled states. the problem is that when i make changes in the design mode, the elements get like this: width.normal="xx" and other thing when i would like to be generic like width="xx".
where are the options to disable this? it is possible to don't have to make the normal and disabled state in custom components?
thanks