diff options
| author | Bas Bosman <[email protected]> | 2014-02-22 11:17:58 +0100 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-03-07 09:01:54 +0100 |
| commit | cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf (patch) | |
| tree | 6a08e87eb348c9ab4ec14059dcb6d662da908a87 /less/progress-bars.less | |
| parent | 84a7431dfd036df64df9aa9ecab82a54bd8083d8 (diff) | |
| download | bootstrap-cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf.tar.xz bootstrap-cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf.zip | |
Add autoprefixer
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index 659821852..74b702843 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -6,13 +6,6 @@ // Bar animations // ------------------------- -// WebKit -@-webkit-keyframes progress-bar-stripes { - from { background-position: 40px 0; } - to { background-position: 0 0; } -} - -// Spec and IE10+ @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } |
