]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_progress.scss: remove unnecessary @-webkit-keyframes
authorChris Rebert <code@rebertia.com>
Tue, 9 Dec 2014 04:36:33 +0000 (20:36 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 9 Dec 2014 04:36:33 +0000 (20:36 -0800)
Autoprefixer already takes care of this for us.

dist/css/bootstrap.css
scss/_progress.scss

index b9555c5a35bbdc3d3f8d0bf14f53f77aad3418bb..6d62c4cfdfed0aac053ebee0d89dbc64af681cf2 100644 (file)
@@ -3994,7 +3994,6 @@ a.badge:hover, a.badge:focus {
     background-position: 0 0;
   }
 }
-
 @-o-keyframes progress-bar-stripes {
   from {
     background-position: 1 0;
@@ -4004,7 +4003,6 @@ a.badge:hover, a.badge:focus {
     background-position: 0 0;
   }
 }
-
 @keyframes progress-bar-stripes {
   from {
     background-position: 1 0;
index ccfda15f52baa81029a7d3857e4baf1ff523249a..47acff51abd2ac3f00526275c451f81e305f7152 100644 (file)
@@ -9,11 +9,6 @@
 // Progress animations
 //
 
-@-webkit-keyframes progress-bar-stripes {
-  from  { background-position: $line-height-computed 0; }
-  to    { background-position: 0 0; }
-}
-
 @keyframes progress-bar-stripes {
   from  { background-position: $line-height-computed 0; }
   to    { background-position: 0 0; }