Current Path : /home/krishnamexports/public_html/panel/scss/mixins/ |
Current File : /home/krishnamexports/public_html/panel/scss/mixins/_cards.scss |
// Cards Mixins @mixin card-inverse-variant($bg, $border, $color) { background: $bg; border: 1px solid $border; color: $color; }