2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
View File
@@ -0,0 +1,6 @@
// Card variants
@mixin card-variant($color) {
background-color: $color;
border-color: $color;
}