|
|
|
|
|
by sbergot
968 days ago
|
|
The only way to know is to go to the page and inspect it using devtools. No Ide will be able to infer which rule is going to apply to any given element. But the problem is that you need to make sure that a given css change is going to affect only a specific set of component. So you need to check all components. Since it will be too time consuming, you will probably skip this step and hope for the best (and do some QA to check that nothing is obviously broken). |
|
- read from webpack's output
- read from css-in-js: emotion / vanilla-extract / etc