I'm trying to use a bootswatch theme with my .net core web app but I can't seem to find any guides.
I have tried replacing the bootstrap.css file with the bootstrap.css of my desired theme but it's not working.
I noticed the default bootstrap.css file has an associated bootstrap.css.map file because the default project is using LESS. How can I use these bootswatch themes with the default .net core web app project?
Thanks for the help.