Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc475d7d0d
commit
e1f69a237f
605 changed files with 15320 additions and 9495 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue