Sort of.
.leftTab, .rightTab {
fontFamily: "Rockwell";
fontSize: 20;
}
.leftTab {
color: #ff0000;
}
.rightTab {
color: #00ff00;
}
leftTab and rightTab will share the first set of declarations, and then each
one will use the additional declarations that are just for it. Not sure if
that's what you wanted.
--- In [email protected], Joel Stransky <stranskydes...@...> wrote:
>
> In a Flex .css document, is there any shorthand for using the same value on
> multiple styles?
> For instance:
>
> .leftTab{
> selectedUpSkin, selectedOverSkin, selectedDownSkin:
> Embed(source="myImage.png");
> }
>
> --
> --Joel Stransky
> stranskydesign.com
>