Recently, I was assigned a theme for a website that included multiple stylesheets.
As I sift through the index.html file, I notice various classes, but struggle to pinpoint which stylesheet they belong to.
Instead of manually checking each stylesheet, I am hoping there is a more efficient way to locate where a specific CSS class is defined.
If anyone has experience or tricks using PHPstorm to quickly identify the stylesheet of a particular class, please share your knowledge. Thank you!