Sha256: 74f64d0bd3c7fae5c734d53006c91e994dceddbad53ba208984ae976bfb56d87
Contents?: true
Size: 264 Bytes
Versions: 163
Compression:
Stored size: 264 Bytes
Contents
// Alerts @mixin alert-variant($background, $border, $text-color) { color: $text-color; background-color: $background; border-color: $border; hr { border-top-color: darken($border, 5%); } .alert-link { color: darken($text-color, 10%); } }
Version data entries
163 entries across 120 versions & 10 rubygems