1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

remove references to -* outside _variables.scss

This commit is contained in:
Christopher Baker
2016-04-17 18:56:09 -07:00
parent 0d5b6aa4e8
commit bae54aa8fc
4 changed files with 15 additions and 10 deletions

View File

@@ -5,12 +5,12 @@
// Inverse
// TODO: redo this as a proper class
.bg-inverse {
color: $gray-lighter;
background-color: $gray-dark;
color: $body-bg;
background-color: $body-color;
}
.bg-faded {
background-color: $gray-lightest;
background-color: darken($body-bg, 3%);
}
@include bg-variant('.bg-primary', $brand-primary);