permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

_toast.scss
text/plain

Download raw (125 bytes)

// Toast variant mixin
@mixin toast-variant($color: $dark-color) {
  background: rgba($color, .9);
  border-color: $color;
}