There's more...
Another type of Bootstrap customization you may want to try is to override some of the defaults Bootstrap uses for styling to make your application unique from the default theme. Bootstrap makes this easy to accomplish by overriding the values defined in _variables.scss. If we copied Bootstrap's Sass files into our application's style directory, we would accomplish this by just adding our variable declarations to the _custom.scss partial in Bootstrap's source. This file is empty by default, which might seem strange, but its intention is to be a place where you can safely override Bootstrap variables without conflicting with any of Bootstrap's Sass dependencies. In an Angular application, all we need to do is define our own ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access