We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.row-cols-*
escape-svg
:disabled
[disabled]
bg-variant()
form-control-focus()
:focus
.form-control-plaintext
word-break: break-word
word-wrap: break-word
<code>
border
_assert-ascending
$input-font-size
$table-dark-color
.custom-control-label
.input-group
flex-basis
z-index
width
height
.list-group-item
escape-svg()
min-width
text-emphasis-variant()
delay
hide()
SECURITY.md
aria-disabled
aria-label
tabindex="-1"
prefers-reduced-motion
npm-run-all
netlify
The text was updated successfully, but these errors were encountered:
Please note this ship list fell behind and we opted to point folks to the full list of closed issues and merged pull requests.
Sorry, something went wrong.
No branches or pull requests
Highlights
.row-cols-*
shortcut classes to quickly set the width of all columns in a row. Use this for responsive card decks!escape-svg
sass function to escape svg's when used as data URI for background images.:disabled
selectors to[disabled]
to fix a bug with Microsoft Edgebg-variant()
mixin because v5 is changing our background utilities to no longer have focus/hover stylesform-control-focus()
mixin because it's only used onceCSS
:focus
state styles.form-control-plaintext
:disabled
to[disabled]
for Edgeword-break: break-word
toword-wrap: break-word
in<code>
elementsborder
if only one card in accordion_assert-ascending
function's check if the previous unit was a percent value$input-font-size
$table-dark-color
variable.custom-control-label
's color.input-group
's use offlex-basis
.z-index
on pagination according to our z-index ruleswidth
andheight
to SVG background-images for IE10bg-variant()
mixin #28938: Deprecatedbg-variant()
mixin.list-group-item
escape-svg()
functionmin-width
of.input-group
flex items in Firefox.text-emphasis-variant()
mixinJS
delay
time #28630: Call toasthide()
afterdelay
timeDocs
SECURITY.md
for security policies and workflowsaria-disabled
on all disabled linksaria-label
on icon-only links in Examplestabindex="-1"
elementsprefers-reduced-motion
callout to toast documentation #28993: Addprefers-reduced-motion
callout to toast documentationBuild
npm-run-all
in thenetlify
script. #28846: Usenpm-run-all
in thenetlify
scriptThe text was updated successfully, but these errors were encountered: