From 94eecb84bf4f8f4309e42df54d4a827ef4031759 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 8 Dec 2014 20:36:33 -0800 Subject: _progress.scss: remove unnecessary @-webkit-keyframes Autoprefixer already takes care of this for us. --- dist/css/bootstrap.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b9555c5a3..6d62c4cfd 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; -- cgit v1.2.3