From: Chris Rebert Date: Tue, 9 Dec 2014 04:36:33 +0000 (-0800) Subject: _progress.scss: remove unnecessary @-webkit-keyframes X-Git-Tag: v4.0.0-alpha~499^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94eecb84bf4f8f4309e42df54d4a827ef4031759;p=thirdparty%2Fbootstrap.git _progress.scss: remove unnecessary @-webkit-keyframes Autoprefixer already takes care of this for us. --- diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b9555c5a35..6d62c4cfdf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; diff --git a/scss/_progress.scss b/scss/_progress.scss index ccfda15f52..47acff51ab 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -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; }