Issue #3319173 by longwave: Remove vendor specific prefixes from keyframes CSS

(cherry picked from commit 63a8a2656e)
merge-requests/1961/merge
Alex Pott 2022-11-30 23:22:18 +00:00
parent ce69564e16
commit ba61f32af2
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
3 changed files with 0 additions and 21 deletions

View File

@ -5,7 +5,6 @@
],
"rules": {
"alpha-value-notation": "number",
"at-rule-no-vendor-prefix": null,
"color-function-notation": "legacy",
"comment-empty-line-before": null,
"custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",

View File

@ -53,16 +53,6 @@
/**
* Progress bar animations.
*/
@-webkit-keyframes animate-stripes {
0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
}
@-ms-keyframes animate-stripes {
0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
}
@keyframes animate-stripes {
0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }

View File

@ -53,16 +53,6 @@
/**
* Progress bar animations.
*/
@-webkit-keyframes animate-stripes {
0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
}
@-ms-keyframes animate-stripes {
0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }
}
@keyframes animate-stripes {
0% { background-position: 0 0, 0 0; }
100% { background-position: 0 0, -80px 0; }