Skip to content

Instantly share code, notes, and snippets.

View b1ackmartian's full-sized avatar
🎯
Focusing

Sayo Ogunlegan b1ackmartian

🎯
Focusing
View GitHub Profile
// Alerts
@include alert-variant($background, $border, $text-color);
// Background Variant
@include bg-variant($parent, $color);
// Border Radius
@include border-top-radius($radius);
@include border-right-radius($radius);
@include border-bottom-radius($radius);