diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html b/vendor/twbs/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html new file mode 100644 index 000000000..e682a7fbe --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html @@ -0,0 +1,9 @@ +{{- /* Outputs message about dark mode component variants being deprecated in v5.3. */ -}} + +{{- $component := .Get 0 -}} + +<div class="bd-callout bd-callout-warning"> + <p> + <strong>Heads up!</strong> Dark variants for components were deprecated in v5.3.0 with the introduction of color modes. Instead of adding <code>.{{ $component }}-dark</code>, set <code>data-bs-theme="dark"</code> on the root element, a parent wrapper, or the component itself. + </p> +</div> |