@import 'src/app/modules/card/card'; @import './styles/table'; @import './styles/link.scss'; @import './styles/sidenav-list'; @import 'src/app/modules/avatar/avatar.component'; @import 'src/app/modules/changes/changes.component'; @import 'src/app/modules/detail-layout/detail-layout.component'; @import 'src/app/pages/projects/owned-projects/owned-project-detail/application-grid/application-grid.component'; @import 'src/app/modules/meta-layout/meta'; @import 'src/app/pages/users/user-detail/auth-user-detail/theme-setting/theme-card'; @import 'src/app/pages/users/user-detail/memberships/memberships.component'; @import 'src/app/app.component.scss'; @mixin component-themes($theme) { @include avatar-theme($theme); @include card-theme($theme); @include table-theme($theme); @include detail-layout-theme($theme); @include sidenav-list-theme($theme); @include application-grid-theme($theme); @include membership-theme($theme); @include changes-theme($theme); @include meta-theme($theme); @include theme-card($theme); @include textvar($theme); @include link-theme($theme); }