Blazor css multiple styling for same element type
I need to implement different styles for one type of element in my project's page. But I am not able to have more than one fully functional styling. In this example I have my PartPage.razor with its PartPage.razor.css. and I…