Verified Commit 63a8a265 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 254b587f
Loading
Loading
Loading
Loading
+0 −1
Changes for core/.stylelintrc.json: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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]*$",
+0 −10
Changes for core/profiles/demo_umami/themes/umami/css/classy/components/progress.css: 0 added lines, 10 removed lines.
Original line number Diff line number Diff line
@@ -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; }
+0 −10
Changes for core/themes/starterkit_theme/css/components/progress.css: 0 added lines, 10 removed lines.
Original line number Diff line number Diff line
@@ -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; }