Skip to content

Commit

Permalink
Formatting fix for card.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
illepic committed Nov 18, 2019
1 parent da27ada commit 367477e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ export default {
@use '~tokens/sass/utils';
// Make .active green for just these demo cards
.active {
background-color: utils.bs-theme-color(
'success'
); // Provided by our tokens Sass vars
// Provided by our tokens Sass vars
background-color: utils.bs-theme-color('success');
}
// Hide list-group-item backgrounds for just these demo cards
.list-group-item {
Expand Down

0 comments on commit 367477e

Please sign in to comment.