1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Merge pull request #18356 from lesleh/card-mixin

Card mixin
This commit is contained in:
Mark Otto
2015-12-07 21:55:26 -08:00
3 changed files with 12 additions and 11 deletions

6
scss/mixins/_cards.scss Normal file
View File

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