mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-05 22:57:35 +02:00
7 lines
102 B
SCSS
7 lines
102 B
SCSS
// Card variants
|
|
|
|
@mixin card-variant($color) {
|
|
background-color: $color;
|
|
border-color: $color;
|
|
}
|