Sha256: bd9dc5f5b03db4737567190b639325e2db9f202648e45a2b24fe51fd9f998df8

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

@import "mixins/animations.toasts";

@include toast-keyframes;

.a-toasts {
  .c-toast {
    @include toast;
  }
}

.a-toasts--slow {
  .c-toast {
    @include toast--slow;
  }
}

.a-toasts--fast {
  .c-toast {
    @include toast--fast;
  }
}

.a-toast {
  @include toast;
}

.a-toast--slow {
  @include toast--slow;
}

.a-toast--fast {
  @include toast--fast;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blaze-css-rails-0.0.1 app/assets/stylesheets/animations.toasts.scss