Currently looking to upgrade from Bootstrap 3.3.6 to 3.4.1 in my project. Before I proceed, I want to identify all the HTML elements using Bootstrap 3.3.6 for regression testing. Is there a method to locate all Bootstrap references within the codebase?
The project is based on .NET with Razor views. Thank you