We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
This file was copied directly from fontello. It also looks like this has been addressed by cssLint: CSSLint/csslint#295
Sorry, something went wrong.
No branches or pull requests
It seems there is a problem with csslint and ui-grid.css (compiled from animation.less).
This results in an error when running csslint.
"Unknown @ rule: @-ms-keyframes."
I suggest removing it should fix it.
The text was updated successfully, but these errors were encountered: