|  |  | template scss changes | 
|  |  |  | 
|  |  | colors: regular sass variables, name conventions (guessability), get rid of utility classes | 
|  |  | typography: headings?, mixin, | 
|  |  | default: move mixins elsewhere | 
|  |  |  | 
|  |  | index: list of imports which components can then import (variables and mixins only) | 
|  |  |  | 
|  |  | does sass-loader avoid duplication of rules? | 
|  |  | \ No newline at end of file | 
|  |  | PAGE LIST: | 
|  |  | home: index files (modules: https://nodejs.org/api/modules.html#modules_folders_as_modules), general structure, api config, services | 
|  |  | jsdata | 
|  |  | list of common useful libraries | 
|  |  | webpack: config, vendors, polyfills | 
|  |  | typescript: declare, typings `typings install dt~lodash`, tslint | 
|  |  | sass (conventions repo?), imports (e.g. mixins etc) | 
|  |  | angular2: NgModule, bootstrap, quirks (ngFor, ngStyle), ngOnInit rather than constructor (hooks need to be public) | 
|  |  | observables | 
|  |  | \ No newline at end of file |