Created
October 4, 2017 20:58
-
-
Save Splaktar/7d1d85091d75c4f5357caf4128f94a1d 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 global themes | |
| @import '~@angular/material/theming'; | |
| @import './ng-io-theme'; | |
| // import global variables | |
| @import './constants'; | |
| // import global mixins | |
| @import './mixins'; | |
| // import directories | |
| @import './0-base/base-dir'; | |
| @import './1-layouts/layouts-dir'; | |
| @import './2-modules/modules-dir'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment