Is there a way to exclude the Bootstrap style file located in node_modules?
node_modules\bootstrap\scss\_reboot.scss
I am facing an issue where my custom styles are being overridden by this file.
Even after trying to remove certain properties in the angular.json file, the Bootstrap styles are still being applied. The properties I attempted to remove include:
"@ng-bootstrap/ng-bootstrap": "^4.0.1",
"bootstrap": "^4.2.1",