0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update _cards.scss

This commit is contained in:
Leslie 2015-11-26 13:33:54 +00:00
parent beb11714dd
commit c050d1e2e4

View File

@ -1,6 +1,6 @@
// Card variants
@mixin card-variant($color) {
background-color: $color;
border-color: $color;
background-color: $color;
border-color: $color;
}