Created by: mhw
The loop in scss/_list_group.scss
uses $list-group-color
as though it was a local variable, but is in fact overwriting the setting from _variables.scss
. This means that using the value of $list-group-color
in other stylesheets included in the scss build will get the wrong color value (I'd expect it to be #212529
, but it is in fact #141619
).