I am following the Bootstrap 5 docs to create a vertically collapsing Accordion, as detailed at https://getbootstrap.com/docs/5.0/components/accordion/
However, despite having installed this library with libman, the main class "Accordion" throws an editor warning in Visual Studio 2019: "Unknown CSS class: 'accordion'".
This is the only class in BS5 with which I'm seeing this issue.
If you know why this might be, I'd appreciate the help.