
//////////////////////////////
// flash.scss
// @src - https://github.com/daneden/animate.css/blob/master/source/attention_seekers/flash.css
///////////////////////////////

@if da-import("flash") == true {
  @keyframes flash {
    from, 50%, to {
      opacity: 1;
    }

    25%, 75% {
      opacity: 0;
    }
  }
}
