Hi there, I'm trying to use aphrodite to style my react web app, but I didn't figure out how to target classname within StyleSheet.create({}). I'm using this current example, so how can I target these classnames:
<>
<component className="Foo">
<childComponent className="Bar">
</component>
</>