Skip to content

Instantly share code, notes, and snippets.

@shhdharmen
Created January 31, 2019 09:08
Show Gist options
  • Save shhdharmen/7af0facb807f74395ab4b4bd30c42b5c to your computer and use it in GitHub Desktop.
Save shhdharmen/7af0facb807f74395ab4b4bd30c42b5c to your computer and use it in GitHub Desktop.
// import custom component themes
// unofficial naming convention to support nice ordering of files in IDE
// to see theme under the original style file of the component
@import './app/shared/components/sidenav/sidenav.component.scss-theme.scss';
// you only have to add additional components here (instead of in every theme class)
@mixin custom-components-theme($theme) {
@include sidenav-component-theme($theme);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment