graycoreio/daffodil

View on GitHub
libs/branding/src/scss/daff-branding-theme.scss

Summary

Maintainability
Test Coverage
@use '../lib/logo/logo-theme' as logo;

@mixin daff-branding-theme($theme) {
  @include logo.daff-logo-theme($theme);
}