mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 05:20:24 +00:00
Merge pull request #17655 from zalog/patch-10
_alert.scss: add missing space between arguments
This commit is contained in:
commit
81435adff8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,5 +61,5 @@
|
|||
@include alert-variant($alert-warning-bg, $alert-warning-border, $alert-warning-text);
|
||||
}
|
||||
.alert-danger {
|
||||
@include alert-variant($alert-danger-bg, $alert-danger-border,$alert-danger-text);
|
||||
@include alert-variant($alert-danger-bg, $alert-danger-border, $alert-danger-text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue