Is it possible to use Blazor Material without using/referencing the Bootstrap Library ?
I have removed the links to the bootstrap .css files in the Blazor web assembly template and it appears that obviously the bootstrap styles aren't working anymore. Which is fine as I plan to use a different CSS library such as TailwindCSS.
Is it possible to continue to work with Tailwind and Blazor Material without running into issues that rely on bootstrap if attempting to replace bootstrap with Tailwind and Blazor Material?