VS code CSS class selector not found with angular and bootstrap 5 beta
问题 I'm using bootstrap 5 with angular, and I add style and script to angular.json but the problem in VS Code It does not recognize the bootstrap classes Thanks 回答1: Uninstall this extension named "HTML CSS Support" and then reload. It worked for me, I hope it would work for you as well. 回答2: Install this extension https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css Then in your .vscode/settings.json: { "css.styleSheets": [ "https://cdn.jsdelivr.net/npm/bootstrap@5.0.0beta1