Commit 5b4b4b52 authored by Mark Otto's avatar Mark Otto

Merge pull request #13865 from BBosman/deprecated

Use full deprecation version
parents 0418c767 ae793ad7
......@@ -3,7 +3,7 @@
.progress-bar-variant(@color) {
background-color: @color;
// Deprecated parent class requirement as of v3.2
// Deprecated parent class requirement as of v3.2.0
.progress-striped & {
#gradient > .striped();
}
......
// 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.
// - Animations
......
......@@ -42,7 +42,7 @@
// 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`.
.progress-striped .progress-bar,
......@@ -53,7 +53,7 @@
// 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.active .progress-bar,
.progress-bar.active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment