Skip to content

Commit

Permalink
fixes #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 f4dd02f commit 2a380f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/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 2a380f6

Please sign in to comment.