How do you customize Bootstrap's default theme colors using Sass?
-
A
Override variables in a custom .scss file before importing Bootstrap's source
-
B
Edit the Bootstrap CDN URL parameters
-
C
Use the `data-bs-theme` attribute in HTML
-
D
Call `Bootstrap.setTheme()` in JavaScript