Currently, I am trying to implement a vertically collapsing Accordion using the Bootstrap 5 documentation found at https://getbootstrap.com/docs/5.0/components/accordion/
Even though I have installed the library with libman, Visual Studio 2019 is showing an editor warning for the main class "Accordion": "Unknown CSS class: 'accordion'".
Out of all the classes in Bootstrap 5, this seems to be the only one causing issues for me.
If you have any insights on why this might be happening, your assistance would be greatly appreciated.