chore: synchronize project dependencies and update vendor directory files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@mixin alert-variant($background, $border, $color) {
|
||||
color: $color;
|
||||
@include gradient-bg($background);
|
||||
border-color: $border;
|
||||
|
||||
.alert-link {
|
||||
color: shade-color($color, 20%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user