Adding upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc475d7d0d
commit
e1f69a237f
605 changed files with 15320 additions and 9495 deletions
49
site/content/docs/5.3/docsref.md
Normal file
49
site/content/docs/5.3/docsref.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Docs reference
|
||||
description: Examples of Bootstrap's documentation-specific components and styles.
|
||||
aliases: "/docsref/"
|
||||
toc: true
|
||||
robots: noindex,follow
|
||||
sitemap_exclude: true
|
||||
---
|
||||
|
||||
## Buttons
|
||||
|
||||
<button class="btn btn-bd-primary">Primary button</button>
|
||||
<button class="btn btn-bd-accent">Accent button</button>
|
||||
<button class="btn btn-bd-light">Light button</button>
|
||||
|
||||
## Callouts
|
||||
|
||||
{{< callout >}}
|
||||
Default callout
|
||||
{{< /callout >}}
|
||||
|
||||
{{< callout warning >}}
|
||||
Warning callout
|
||||
{{< /callout >}}
|
||||
|
||||
{{< callout danger >}}
|
||||
Danger callout
|
||||
{{< /callout >}}
|
||||
|
||||
## Code example
|
||||
|
||||
```scss
|
||||
.test {
|
||||
--color: blue;
|
||||
}
|
||||
```
|
||||
|
||||
<div class="bd-example">
|
||||
The <abbr title="HyperText Markup Language">HTML</abbr> abbreviation element.
|
||||
</div>
|
||||
|
||||
{{< example >}}
|
||||
<div class="test">This is a test.</div>
|
||||
{{< /example >}}
|
||||
|
||||
{{< scss-docs name="variable-gradient" file="scss/_variables.scss" >}}
|
||||
|
||||
{{< js-docs name="live-toast" file="site/assets/js/snippets.js" >}}
|
Loading…
Add table
Add a link
Reference in a new issue