I have two components and I use CSS modules. How can I write CSS that use both of the components and classes? One component has class description the other one "title". How, where can I put that code? (code below)
.description[open] > .title {
font-weight: 700;
}
Top comments (0)