diff options
| author | Chris Rebert <[email protected]> | 2014-12-08 20:36:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-08 20:36:33 -0800 |
| commit | 94eecb84bf4f8f4309e42df54d4a827ef4031759 (patch) | |
| tree | ab953bf2ddee9c28f08b702ca161223fca94f27d /dist/css | |
| parent | 57071cc68a8b636d2524663cb6fd95ede8e93aeb (diff) | |
| download | bootstrap-94eecb84bf4f8f4309e42df54d4a827ef4031759.tar.xz bootstrap-94eecb84bf4f8f4309e42df54d4a827ef4031759.zip | |
_progress.scss: remove unnecessary @-webkit-keyframes
Autoprefixer already takes care of this for us.
Diffstat (limited to 'dist/css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
