What is the purpose of a CSS custom property (variable), declared with `--`?
-
A
To define browser-vendor-prefixed styles
-
B
To store reusable values that can be referenced throughout a stylesheet
-
C
To apply styles conditionally based on media queries
-
D
To override inline styles with higher specificity