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
Some of the examples doesn't work when they are edited in StackBlitz due to specific CSS or JS.
This issue replaces #36091 and contains:
snippets.js
assets/js/validate-forms.js
display: none
.dropdown-menu
.bd-example-ratios .ratio
.bd-example-row-flex-cols .row
.bd-example-cssgrid .grid > *
.bd-example-row .row > .col, .bd-example-row .row > [class^="col-"]
.bd-example-border-utils [class^="border"]
.bd-example
.bd-example-position-utils .position-absolute
.bd-highlight
The text was updated successfully, but these errors were encountered:
also, need normalize examples:
svg
<img src="/placeholder.svg">
Sorry, something went wrong.
<skip>
Successfully merging a pull request may close this issue.
Some of the examples doesn't work when they are edited in StackBlitz due to specific CSS or JS.
This issue replaces #36091 and contains:
Step-by-step fix
snippets.js
(full or parts of it) in StackBlitz environment to fix examples that need specific JS. Tackled by Allow popovers examples to be tried on StackBlitz #36127 or alternative Fix StackBlitz examples by embedding snippets.js when needed #36352specificCSS in StackBlitz environment to fix examples that need specific CSS (see Fix StackBlitz examples needing docs CSS #36637)assets/js/validate-forms.js
(see https://twbs-bootstrap.netlify.app/docs/5.2/forms/validation/#custom-styles)References
PRs
Issues
List of examples
display: none
of.dropdown-menu
.display: none
of.dropdown-menu
.display: none
of.dropdown-menu
.display: none
of.dropdown-menu
.display: none
of.dropdown-menu
.display: none
of.dropdown-menu
.display: none
of.dropdown-menu
..bd-example-ratios .ratio
.bd-example-row-flex-cols .row
rules.bd-example-cssgrid .grid > *
.bd-example-row .row > .col, .bd-example-row .row > [class^="col-"]
.bd-example-row .row > .col, .bd-example-row .row > [class^="col-"]
.bd-example-border-utils [class^="border"]
specific rule.bd-example
specific rule.bd-example-position-utils .position-absolute
specific rule.bd-highlight
coming from the docs CSSThe text was updated successfully, but these errors were encountered: