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