A QA team discovers that Bootstrap's CSS variables (custom properties) are not applied in a legacy environment. What is the root cause?
-
A
Bootstrap 5 custom properties require Sass compilation at runtime
-
B
The browser does not support CSS custom properties (--variable syntax)
-
C
Bootstrap custom properties need a polyfill JS file
-
D
The :root selector is overriding the custom properties