Skip to content

Commit

Permalink
Merge branch 'v4-dev' into new-home
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 8, 2017
2 parents da3185e + 2cd2301 commit 2f6f0c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/utilities/_background.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
@include bg-variant('.bg-#{$color}', $value);
}

.bg-white { background-color: $white !important; }
.bg-transparent { background-color: transparent !important; }
4 changes: 4 additions & 0 deletions scss/utilities/_borders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
}
}

.border-white {
border-color: $white !important;
}

//
// Border-radius
//
Expand Down

0 comments on commit 2f6f0c0

Please sign in to comment.