-
Notifications
You must be signed in to change notification settings - Fork 0
Migrating from Bootstrap v3
The following Bootstrap v3 components no longer exist, but we have included them for reasons of backwards compatibility:
.page-header.form-group.label.btn-default.btn-xs.well.pager
Provides an underline and spacing around the page title.
The Bootstrap team have retired this in favour of wrapping <label> and <input> in a <div> with a utility class like .mb5. For the sake of consistency, we provide .form-group class with a standardised margin.
Gone (or merged?) with the 'Badges' component.
Provided for backwards compatibility: adds a small amount of margin-bottom.
It's just a container with a coloured background and some padding, but we've provided .well
- Bootstrap v5 provides a new button variant:
btn-outline-[modifier]. For more control, the Talis theme uses thebutton-variant()mixin as the base for.btn-default|success|warning|info|link, while the equivalent.btn-outline-states extend.btn-defaultclass. - New modifiers include
lightanddark. These have yet to be integrated.
Provided for reasons of backwards-compatibility, but prefer the provided .visually-hidden class: a more obvious name, and also less tied to one particular use-case.