mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Merge pull request #9 from twbs/less-vendor-prefixing
_progress.scss: remove unnecessary @-webkit-keyframes
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user