React: Finding where a CSS definition is, starting from browser inspector

Does anyone know how to find the above definition? This is a work repo and we use SASS. In VsCode am am not able to find the file with the defintion by pasting the full selector (all three classes)

If the CSS was written in SASS/SCSS I would suggest you search for the start of the selector in the file, not the full selector. Most likely any descendant/child combinator will have been written using nesting.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.