1
0
Fork 0
bootstrap-html/site/content/docs/5.3/docsref.md
Daniel Baumann e92720b6a7
Merging upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:08:19 +01:00

954 B

layout title description aliases toc robots sitemap_exclude
docs Docs reference Examples of Bootstrap's documentation-specific components and styles. /docsref/ true noindex,follow true

Buttons

Callouts

{{< callout >}} Default callout {{< /callout >}}

{{< callout warning >}} Warning callout {{< /callout >}}

{{< callout danger >}} Danger callout {{< /callout >}}

Code example

.test {
  --color: blue;
}
The HTML abbreviation element.

{{< example >}}

This is a test.
{{< /example >}}

{{< scss-docs name="variable-gradient" file="scss/_variables.scss" >}}

{{< js-docs name="live-toast" file="site/assets/js/snippets.js" >}}