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