graycoreio/daffodil

View on GitHub
libs/design/modal/src/modal-theme.scss

Summary

Maintainability
Test Coverage
@use '../../scss/core';

@mixin daff-modal-theme($theme) {
    $base: core.daff-map-deep-get($theme, 'core.base');

    .daff-modal {
        background: $base;
    }
}