Skip to content

Commit

Permalink
MDL-48277 css: remove invalid @-ms-keyframes rule
Browse files Browse the repository at this point in the history
This is directly copied from bootstrap, but was added to a beta version
of IE10, but never the production version so is uncessary.

Refs:
http://blogs.msdn.com/b/ie/archive/2012/06/06/moving-the-stable-web-forward-in-ie10-release-preview.aspx
CSSLint/csslint#295
  • Loading branch information
danpoltawski committed Nov 18, 2014
1 parent 4b49748 commit 9ec6c46
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -2126,15 +2126,6 @@ a:hover .caret {
}
}

@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}

@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
Expand Down

0 comments on commit 9ec6c46

Please sign in to comment.