css - How do I remove Bootstrap from asp.net project? -


i created asp.net webforms project , after doing backend stuff, want work on design. want use google material design lite. project has bootstrap styles puts in when created project , want remove of that. removed of stylesheet files find, , yet appearance of site remains same. getting stylesheet information if not *.css files , how rid of it?

you'll have remove masterpage , import own stuff. create webpage without using masterpage. , import own css.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -