2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

rewrite striped and active to deprecate the parent selectors, change the docs

This commit is contained in:
Mark Otto
2014-06-18 22:35:05 -07:00
parent d4eb5552b3
commit 99f176e7ec
11 changed files with 45 additions and 33 deletions
+2
View File
@@ -2,6 +2,8 @@
.progress-bar-variant(@color) {
background-color: @color;
// Depcreated parent class requirement as of v3.2
.progress-striped & {
#gradient > .striped();
}