THe documentation says pressing F12 on a style class name should work, much like finding the type of an object.
I tried but it didn't work. This is a MVC SPA project. I suspect that it is because the html page is just a "fragment" that will, at run time, be encapsulated by a common vhiew or master page which contains the links to the CSS style sheets. If this is the cause, how can I make it to work in such a scenario?
Thanks.