I have a widget BoxThing and it is styled with styles in ui:style
I have a BoxThingList widget that would like to slightly alter the style of all the child BoxThings.. but it seems like .boxthinglist > .boxthing {} isn't valid in ui:style.. Should I just do the style manipulation in code? or is there a better way to do this?