Files
natascha-rieter.nl-user/plugins/problems/scss/mixins/_toast.scss
T
m038 db400a6993 Add problems plugin v3.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 23:42:54 +02:00

6 lines
125 B
SCSS

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