mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
_progress.scss: remove unnecessary @-webkit-keyframes
Autoprefixer already takes care of this for us.
This commit is contained in:
parent
57071cc68a
commit
94eecb84bf
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -3994,7 +3994,6 @@ a.badge:hover, a.badge:focus {
|
|||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-o-keyframes progress-bar-stripes {
|
@-o-keyframes progress-bar-stripes {
|
||||||
from {
|
from {
|
||||||
background-position: 1 0;
|
background-position: 1 0;
|
||||||
@ -4004,7 +4003,6 @@ a.badge:hover, a.badge:focus {
|
|||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes progress-bar-stripes {
|
@keyframes progress-bar-stripes {
|
||||||
from {
|
from {
|
||||||
background-position: 1 0;
|
background-position: 1 0;
|
||||||
|
@ -9,11 +9,6 @@
|
|||||||
// Progress animations
|
// Progress animations
|
||||||
//
|
//
|
||||||
|
|
||||||
@-webkit-keyframes progress-bar-stripes {
|
|
||||||
from { background-position: $line-height-computed 0; }
|
|
||||||
to { background-position: 0 0; }
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes progress-bar-stripes {
|
@keyframes progress-bar-stripes {
|
||||||
from { background-position: $line-height-computed 0; }
|
from { background-position: $line-height-computed 0; }
|
||||||
to { background-position: 0 0; }
|
to { background-position: 0 0; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user