mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-10 03:46:13 +01:00
966 B
966 B
layout | title | description | aliases | toc | robots | sitemap | ||
---|---|---|---|---|---|---|---|---|
docs | Docs reference | Examples of Bootstrap's documentation-specific components and styles. | /docsref/ | true | noindex,follow |
|
Buttons
Primary button Accent button Light button
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/partials/snippets.js" >}}