18 May 2009 03:49 pmAdventures in Flex
CSS has been implemented in Flex, but it has some major shortcomings. One of the main ones is that it does not allow a single component to use multiple styles. Another is that a CSS style cannot inherit (or cascade…imagine that!) from another style. I wrote some code that might help fix that a bit.
Continue Reading »
Tags: css, hack, inheritance

