Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deprecated-in.html « shortcodes « layouts « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8ff79af1fee60c00f0b19377ec334602fa86e0e (plain)
1
2
3
4
5
{{- /* Outputs badge to identify the first version something was added */ -}}

{{- $version := .Get 0 -}}

<small class="d-inline-flex mb-3 px-2 py-1 fw-semibold text-warning-emphasis bg-warning-subtle border border-warning-subtle rounded-2">Deprecated in v{{ $version }}</small>