Bootstrap's color system is built on CSS custom properties prefixed with `--bs-`. What is the main professional advantage of this approach?
-
A
Styles apply only in shadow DOM
-
B
Colors can be overridden at runtime without recompiling Sass
-
C
Custom properties are ignored by older preprocessors
-
D
It removes the need for utility classes