Sha256: 16f165cb79b8d222f79cfa2e9eb63d80afc00b73c5fc0720997734d389a29d6f
Contents?: true
Size: 263 Bytes
Versions: 1551
Compression:
Stored size: 263 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
1,551 entries across 1,520 versions & 64 rubygems