Skip to content

Commit

Permalink
(less) fixes twbs#13347: make striped progress bars its own class
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 19, 2014
1 parent 3bf5a52 commit ca5bd74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
}

// Striped bars
.progress-striped .progress-bar {
.progress-striped .progress-bar,
.progress-bar-striped {
#gradient > .striped();
background-size: 40px 40px;
}
Expand Down

0 comments on commit ca5bd74

Please sign in to comment.