Created
January 31, 2019 09:08
-
-
Save shhdharmen/7af0facb807f74395ab4b4bd30c42b5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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