I'm trying to find a cleaner way of doing css.  Right now I have a common
border style used frequently throughout my app, and a couple common
container styles (background, padding, width, etc.).  I'd like a way to have
the different container styles reference the border style, instead of
duplicating those values.  Does anyone know if there's a good way to do this
in flex's limited css?  Right now I'm just trying to find the least common
denominators and split those out to separate classes.

Thanks!

Reply via email to