From ae793ad749ec0f39219dc7fb58fafd81d742cd74 Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Thu, 19 Jun 2014 11:09:35 +0200 Subject: [PATCH] Use full deprecation version --- less/mixins/progress-bar.less | 2 +- less/mixins/vendor-prefixes.less | 2 +- 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 56a22e54b5..f07996a34d 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 b87de9cb17..e2008c8b2e 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 5292c265ef..3d4e6306ff 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 {