2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
Files
bootstrap/scss/mixins/_cards.scss
T
2015-11-26 13:33:54 +00:00

7 lines
102 B
SCSS

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