Closed
Description
- BS 5.3 changes are significant enough that, IMHO, we'll want to careful walkthrough of the 5.3 migration details before upgrading Docsy to BS 5.3.
- [Older comment] After we've released and sufficiently vetted Upgrade to Bootstrap 5.2 #470, we should upgrade to 5.3. Color modes have changed, and might help address some Docsy feature requests.
Tasks that we might be able to address at the same time:
Base & prep
Tasks
Color modes
- Color modes replace dark variants for components, so
.btn-close-white
,.carousel-dark
,.dropdown-menu-dark
, and.navbar-dark
are deprecated - [BS5.3] Replace.navbar-dark
by data attribute and other style adjustments #1896
Utilities
- Deprecated the
.text-muted
utility and$text-muted
Sass variable. It’s been replaced by.text-body-secondary
and$body-secondary-color
- [BS5.3] Replace text-muted by text-body-secondary #1892