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

added-in.html « shortcodes « layouts « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca461c2e68ed5825b34c4a972665ce35edd16980 (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-success bg-success bg-opacity-10 border border-success border-opacity-10 rounded-2">Added in v{{ $version }}</small>