Skip to content

Commit 98d4c3e

Browse files
authored
Update _background.scss
bg-inverse doesn't exist in BS 4, update to use the new bg-dark
1 parent 0afc0b0 commit 98d4c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Static_Full_Project_GULP/src/scss/core/utilities/_background.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
.bg-info,
44
.bg-warning,
55
.bg-danger,
6-
.bg-inverse {
6+
.bg-dark {
77
color: #fff;
88
}

0 commit comments

Comments
 (0)