31.0.0
github-actions
released this
26 Oct 13:44
·
417 commits
to refs/heads/main
since this release
What’s Changed
Breaking
- [ARGG-812]: Remove svg imports and icon functions (#3048) @olliecurtis
This change removes the ability and importing of icons via SCSS as it it inefficient and leads to increased build times.
If previously you were using the following method for selecting icons.
.selector {
@include bpk-icon(flight, $bpk-color-sky-gray-tint-02, large);
}
or spinners in your project, rather than via SCSS, you are encouraged to use bpk-component-icon or bpk-component-spinner in JS instead.