I need to change a class in the global CSS file of my app. However, I need to know which elements use this class to check whether the change has any effects on other areas.
Is there a way to find all elements that use a certain CSS class?
I need to change a class in the global CSS file of my app. However, I need to know which elements use this class to check whether the change has any effects on other areas.
Is there a way to find all elements that use a certain CSS class?