mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
_progress.scss: remove unnecessary @-webkit-keyframes
Autoprefixer already takes care of this for us.
This commit is contained in:
Vendored
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user