/*
 * Runtime style registry target.
 * Dynamic values are inserted as sanitized class rules through CSSOM by
 * js/modules/runtime-style.js. No style attributes or inline <style> blocks.
 */

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
