]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use full deprecation version 13865/head
authorBas Bosman <github@nazgul.nu>
Thu, 19 Jun 2014 09:09:35 +0000 (11:09 +0200)
committerBas Bosman <github@nazgul.nu>
Thu, 19 Jun 2014 09:09:35 +0000 (11:09 +0200)
less/mixins/progress-bar.less
less/mixins/vendor-prefixes.less
less/progress-bars.less

index 56a22e54b5c7078e21b1fd33ba2131497685b5c1..f07996a34dbc19a1acc1c024a2410eb2b1b25271 100644 (file)
@@ -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();
   }
index b87de9cb172de7af6d8fc65e8a0bed7015859c23..e2008c8b2e1b6f7c9e65688e6e3714de87260949 100644 (file)
@@ -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
index 5292c265eff6a28f874373838929060933c4c93e..3d4e6306ffe42152139a1f48452f2e91d168149b 100644 (file)
@@ -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 {