Commit 323b9b13 authored by Thomas McDonald's avatar Thomas McDonald

remove .btn-xs reference in docs

parent e7b0d726
...@@ -70,7 +70,7 @@ In need of a button, but not the hefty background colors they bring? Replace the ...@@ -70,7 +70,7 @@ In need of a button, but not the hefty background colors they bring? Replace the
## Sizes ## Sizes
Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for additional sizes. Fancy larger or smaller buttons? Add `.btn-lg` or `.btn-sm` for additional sizes.
{% example html %} {% example html %}
<button type="button" class="btn btn-primary btn-lg">Large button</button> <button type="button" class="btn btn-primary btn-lg">Large button</button>
...@@ -82,11 +82,6 @@ Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for addi ...@@ -82,11 +82,6 @@ Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for addi
<button type="button" class="btn btn-secondary btn-sm">Small button</button> <button type="button" class="btn btn-secondary btn-sm">Small button</button>
{% endexample %} {% endexample %}
{% example html %}
<button type="button" class="btn btn-primary btn-xs">Extra small button</button>
<button type="button" class="btn btn-secondary btn-xs">Extra small button</button>
{% endexample %}
Create block level buttons—those that span the full width of a parent—by adding `.btn-block`. Create block level buttons—those that span the full width of a parent—by adding `.btn-block`.
{% example html %} {% example html %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment