diff options
| author | Bas Bosman <[email protected]> | 2014-06-19 11:09:35 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-06-19 11:09:35 +0200 |
| commit | ae793ad749ec0f39219dc7fb58fafd81d742cd74 (patch) | |
| tree | 1c7e8e7425cc34938ebc9edfd2174fb7493b5cf7 | |
| parent | f685f2a670b03e8eb1c1eabf6a5adb69b34a7cd5 (diff) | |
| download | bootstrap-ae793ad749ec0f39219dc7fb58fafd81d742cd74.tar.xz bootstrap-ae793ad749ec0f39219dc7fb58fafd81d742cd74.zip | |
Use full deprecation version
| -rw-r--r-- | less/mixins/progress-bar.less | 2 | ||||
| -rw-r--r-- | less/mixins/vendor-prefixes.less | 2 | ||||
| -rw-r--r-- | less/progress-bars.less | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/less/mixins/progress-bar.less b/less/mixins/progress-bar.less index 56a22e54b..f07996a34 100644 --- a/less/mixins/progress-bar.less +++ b/less/mixins/progress-bar.less @@ -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(); } diff --git a/less/mixins/vendor-prefixes.less b/less/mixins/vendor-prefixes.less index b87de9cb1..e2008c8b2 100644 --- a/less/mixins/vendor-prefixes.less +++ b/less/mixins/vendor-prefixes.less @@ -1,6 +1,6 @@ // 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 diff --git a/less/progress-bars.less b/less/progress-bars.less index 5292c265e..3d4e6306f 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -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 { |
