Skip to content

Commit 6f18ad9

Browse files
mdojulien-deramond
andauthored
Update buttons.md (#38169)
* Update buttons.md Updates the buttons documentation to refer to the button styles as variants as opposed to "predefined styles" as that language was previously troublesome elsewhere in our docs, and variants makes more sense. * Update site/content/docs/5.3/components/buttons.md Co-authored-by: Julien Déramond <julien.deramond@orange.com> --------- Co-authored-by: Julien Déramond <julien.deramond@orange.com>
1 parent 9c0b2be commit 6f18ad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/docs/5.3/components/buttons.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Bootstrap has a base `.btn` class that sets up basic styles such as padding and
1414
<button type="button" class="btn">Base class</button>
1515
{{< /example >}}
1616

17-
The `.btn` class is intended to be used in conjunction with our additional predefined button styles, or to serve as a basis for your own custom styles.
17+
The `.btn` class is intended to be used in conjunction with our button variants, or to serve as a basis for your own custom styles.
1818

1919
{{< callout warning >}}
2020
If you are using the `.btn` class on its own, remember to at least define some explicit `:focus` and/or `:focus-visible` styles.
2121
{{< /callout >}}
2222

23-
## Predefined styles
23+
## Variants
2424

25-
Bootstrap includes several predefined button styles, each serving its own semantic purpose, with a few extras thrown in for more control.
25+
Bootstrap includes several button variants, each serving its own semantic purpose, with a few extras thrown in for more control.
2626

2727
{{< example >}}
2828
{{< buttons.inline >}}

0 commit comments

Comments
 (0)