Files
blog/user/plugins/problems/scss/mixins/_toast.scss
Loïc Guibert 66dafc36c3 init
2022-09-30 20:02:02 +01:00

6 lines
125 B
SCSS
Executable File

// Toast variant mixin
@mixin toast-variant($color: $dark-color) {
background: rgba($color, .9);
border-color: $color;
}