jest-ci.less 417 B

12345678910111213141516
  1. /* This is only used for CI, specifically for jest snapshots */
  2. @import url('./sentry.less');
  3. /* Disable animations */
  4. *,
  5. ::before,
  6. ::after {
  7. animation-delay: -1ms !important;
  8. animation-duration: 0ms !important;
  9. animation-iteration-count: 1 !important;
  10. background-attachment: initial !important;
  11. scroll-behavior: auto !important;
  12. transition-duration: 0s !important;
  13. transition-delay: 0s !important;
  14. }