2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

docs: switch to fenced codeblocks (#31806)

This commit is contained in:
XhmikosR
2020-10-19 12:56:49 +03:00
committed by GitHub
parent 48177c946f
commit e6618a6ebb
43 changed files with 494 additions and 446 deletions
@@ -46,9 +46,9 @@ We encourage you to adopt these guidelines when building with Bootstrap to creat
</div>
</div>
{{< highlight html >}}
```html
<div class="callout">...</div>
{{< /highlight >}}
```
In your CSS, you'd have something like the following where the bulk of the styling is done via `.callout`. Then, the unique styles between each variant is controlled via modifier class.