It is favorable to have a full-width button for mobile devices. Hence, .btn-block-xs
allows you to configure full-width button just for mobile devices.
.btn-block-xs
will only work on xs devices (i.e. mobile)
and the class will not be used in other breakpoint.
<button class="btn btn-primary btn-block-xs" >Button</button>