Hi Support,
please consider changing the marked lines below in _text.scss, because it kills Font Awesome stacking, sizing and colouring feature:
i { &.bi, &[class^="fonticon-"], &[class*=" fonticon-"],
Hi,
Thanks for your feedback. We will fix this in the next update v8.2.9 in a few days.
In the meantime you can disable this by editing helpers/_text.scss as below:
i {
&.bi,
&[class^="fonticon-"],
&[class*=" fonticon-"],
&[class^="la-"],
&[class*=" la-"] {
line-height: 1;
font-size: 1rem;
color: var(--#{$prefix}text-muted);
}
}