You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .sr-only mixin and utility #25197: Update .sr-only mixin and utility to remove clip-path that caused performance degradation. Matches changes to upstream H5BP.
Flex fill util #25385: Add .flex-fill utility class. This was previously in our source code, and is mentioned in our navs docs, but was mistakenly dropped at some point.
Highlights
.carousel-fade
modifier to switch carousel from slides to crossfade..dropdown-item-text
for plaintext dropdown items..flex-fill
,.flex-grow-*
, and.flex-shrink-*
utilities..table-borderless
variant for tables..text-monospace
utility..text-body
(default body color),.text-black-50
(50% opacity black), and.text-white-50
(50% opacity white) utilities..shadow-*
utilities for quickly addingbox-shadow
s..text-hide
—you'll see a warning during compilation.CSS
.table-borderless
option..dropdown-item-text
to allow plaintext items in dropdown menu lists..w-auto
and.h-auto
..sr-only
mixin and utility #25197: Update.sr-only
mixin and utility to removeclip-path
that caused performance degradation. Matches changes to upstream H5BP.word-wrap
in progress bars..table-striped
odd
oreven
#25333: Add ability to change.table-striped
fromodd
oreven
via Sass variable..flex-fill
utility class. This was previously in our source code, and is mentioned in our navs docs, but was mistakenly dropped at some point.theme-color-level
function..custom-select
's width in.form-inline
.$input-bg
for$custom-select-bg
.prefers-reduced-motion
media query #25641: Make use ofprefers-reduced-motion
media query.btn-link
.$table-caption-color
, for table caption element..custom-file-control
to.custom-file-label
.navbar-align
mixin..text-monospace
utility..flex-grow-*
and.flex-shrink-*
utilities..card-columns
..text-hide
with@warn
notice.JS
referenceElement
.$(document.body)
instead of$('body')
.Docs
-Pre
from NuGet install in README..table-responsive
.color
to$body-text
on.form-control-plaintext
..img-fluid
by.w-100
in Carousel docs to match example..blockquote-reverse
in migration docs.data-target
/href
attribute for carousel controls #25690: Clarify the necessarydata-target
/href
attribute for carousel controls..form-control-range
. #25839: Document.form-control-range
..bg-transparent
to docsjustify-content-between
in navbar docs.Build tools
scss/dollar-variable-default
rule.The text was updated successfully, but these errors were encountered: