Border Style

Utilities for controlling the style of an element's borders.

Class Properties
.bs-solid border-style: solid !important;
.bs-dashed border-style: dashed !important;
.bs-dotted border-style: dotted !important;
.bs-none border-style: none !important;

Usage

Use .bs-{style} to control an element's border style.

.bs-solid

.bs-dashed

.bs-dotted

.bs-none

Variants

By default, only responsive variants are generated for this utility. You can control which variants are generated by modifying the $utility-configuration in _settings.scss.