fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

Bootstrap #235

Closed pvagnini closed 6 years ago

pvagnini commented 6 years ago

Hi @asadsahi

Is there are reason that Bootstrap is not included in the latest version of this project please?

Regards Paolo

asadsahi commented 6 years ago

@pvagnini trying to keep minimal opinion on styling the app. Saw different trends about styling (bootstrap/material/custom etc). I have copied the scss source from milligram in this project which is really small css framework. this gives a very light version of styling which can be customised if someone wants. Or if someone wants to add bootstrap or material, they can do that as well.