Answer the question
In order to leave comments, you need to log in
How in css modules in one file will refer to the class of another file?
Standard task: there is a menu item, when you hover over it, another menu should open. the menu item and the other menu are in different components.
With normal css/scss the solution would be:
.first-component__item:hover {
.second-component {...}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question