<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 10%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div>
</div>
You don't need to remember all CSS classes. Just use the Bootstrap Editor instead.
/* _progress.scss:27 */
.progress-bar-striped {
@include gradient-striped();
background-size: $progress-height $progress-height;
}
Code copied to the clipboard.
Copying failed
/* _progress.scss:27 */
$progress-height
$progress-height