Struggling to integrate a bootswatch theme into my .net core web application, I have been unable to locate any helpful resources or guides.
My attempts to replace the default bootstrap.css file with that of my preferred theme have been unsuccessful.
After noticing that the default bootstrap.css file has a related bootstrap.css.map file due to the use of LESS in the default project, I am unsure how to incorporate bootswatch themes into my .net core web app project.
Any assistance on this matter would be greatly appreciated.