1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Minor shortcode tweaks and consistency changes

This commit is contained in:
XhmikosR 2021-01-16 21:51:12 +02:00
parent 9050b2698a
commit 5cc633dfab
7 changed files with 37 additions and 33 deletions

View file

@ -1,6 +1,5 @@
{{- /*
Usage: `callout "type"`,
where type is one of info (default), danger, warning
Usage: `callout "type"`, where `type` is one of info (default), danger, or warning
*/ -}}
{{- $css_class := .Get 0 | default "info" -}}