Skip to content

csslint error in ui-grid.css: ms-keyframes #4716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FloMaetschke opened this issue Nov 17, 2015 · 1 comment
Closed

csslint error in ui-grid.css: ms-keyframes #4716

FloMaetschke opened this issue Nov 17, 2015 · 1 comment

Comments

@FloMaetschke
Copy link

It seems there is a problem with csslint and ui-grid.css (compiled from animation.less).

@-ms-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

This results in an error when running csslint.
"Unknown @ rule: @-ms-keyframes."

I suggest removing it should fix it.

@AgDude
Copy link
Contributor

AgDude commented Nov 18, 2015

This file was copied directly from fontello. It also looks like this has been addressed by cssLint: CSSLint/csslint#295

@AgDude AgDude changed the title csslint error in ui-grid.css! csslint error in ui-grid.css: ms-keyframes Nov 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants