I have a monorepo, one project uses tailwind (I hate it!) and a new project uses Bootstrap. I build a custom version of bootstrap with SCSS and include that in my angular.json.
I briefly looked through the code of this project, and it seems it just looks for certain file names being included in the HTML. Is there a way to just force it on in my .vscode/settings.json file, since I know my project has bootstrap?
I have a monorepo, one project uses tailwind (I hate it!) and a new project uses Bootstrap. I build a custom version of bootstrap with SCSS and include that in my
angular.json
.I briefly looked through the code of this project, and it seems it just looks for certain file names being included in the HTML. Is there a way to just force it on in my
.vscode/settings.json
file, since I know my project has bootstrap?