mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
7 lines
102 B
SCSS
7 lines
102 B
SCSS
// Card variants
|
|
|
|
@mixin card-variant($color) {
|
|
background-color: $color;
|
|
border-color: $color;
|
|
}
|