I need to target nested class inside clasNames. Check my code first:
<div className={containerCss}>
<Container> </Container>
</div>
And inside CSS
.Header {
width: 100%;
.test {
width: 700px;
}
&.test--center {
background: red;
}
}
I want to add tes class and target Container
if test true to target class test