Issue #3319173 by longwave: Remove vendor specific prefixes from keyframes CSS
(cherry picked from commit 63a8a2656e
)
merge-requests/1961/merge
parent
ce69564e16
commit
ba61f32af2
|
@ -5,7 +5,6 @@
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"alpha-value-notation": "number",
|
"alpha-value-notation": "number",
|
||||||
"at-rule-no-vendor-prefix": null,
|
|
||||||
"color-function-notation": "legacy",
|
"color-function-notation": "legacy",
|
||||||
"comment-empty-line-before": null,
|
"comment-empty-line-before": null,
|
||||||
"custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",
|
"custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",
|
||||||
|
|
|
@ -53,16 +53,6 @@
|
||||||
/**
|
/**
|
||||||
* Progress bar animations.
|
* 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 {
|
@keyframes animate-stripes {
|
||||||
0% { background-position: 0 0, 0 0; }
|
0% { background-position: 0 0, 0 0; }
|
||||||
100% { background-position: 0 0, -80px 0; }
|
100% { background-position: 0 0, -80px 0; }
|
||||||
|
|
|
@ -53,16 +53,6 @@
|
||||||
/**
|
/**
|
||||||
* Progress bar animations.
|
* 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 {
|
@keyframes animate-stripes {
|
||||||
0% { background-position: 0 0, 0 0; }
|
0% { background-position: 0 0, 0 0; }
|
||||||
100% { background-position: 0 0, -80px 0; }
|
100% { background-position: 0 0, -80px 0; }
|
||||||
|
|
Loading…
Reference in New Issue