mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
6182c0d962
* Add new docsref page, fix docs border-radius issues * Remove commented out code * Update docsref.md * Fix no-code example, fix mobile styles * Updates from review * Fix block margin, remove margin-right from pre on mobile since no clipboard icons, adjust masthead snippet * Fix errant styles for border-radius on homepage --------- Co-authored-by: XhmikosR <xhmikosr@gmail.com>
954 B
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
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/snippets.js" >}}