0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #13865 from BBosman/deprecated

Use full deprecation version
This commit is contained in:
Mark Otto 2014-06-19 02:18:50 -07:00
commit 5b4b4b5279
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
.progress-bar-variant(@color) { .progress-bar-variant(@color) {
background-color: @color; background-color: @color;
// Deprecated parent class requirement as of v3.2 // Deprecated parent class requirement as of v3.2.0
.progress-striped & { .progress-striped & {
#gradient > .striped(); #gradient > .striped();
} }

View File

@ -1,6 +1,6 @@
// Vendor Prefixes // Vendor Prefixes
// //
// All vendor mixins are deprecated as of v3.2 due to the introduction of // All vendor mixins are deprecated as of v3.2.0 due to the introduction of
// Autoprefixer in our Gruntfile. They will be removed in v4. // Autoprefixer in our Gruntfile. They will be removed in v4.
// - Animations // - Animations

View File

@ -42,7 +42,7 @@
// Striped bars // Striped bars
// //
// `.progress-striped .progress-bar` is deprecated as of v3.2 in favor of the // `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the
// `.progress-bar-striped` class, which you just add to an existing // `.progress-bar-striped` class, which you just add to an existing
// `.progress-bar`. // `.progress-bar`.
.progress-striped .progress-bar, .progress-striped .progress-bar,
@ -53,7 +53,7 @@
// Call animation for the active one // Call animation for the active one
// //
// `.progress.active .progress-bar` is deprecated as of v3.2 in favor of the // `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the
// `.progress-bar.active` approach. // `.progress-bar.active` approach.
.progress.active .progress-bar, .progress.active .progress-bar,
.progress-bar.active { .progress-bar.active {