Brian

Results 2 issues of Brian

The color palette is easy to update via scss by simply changing the `$primary`, `$secondary`, and `$accen`t variables in [color_schema.scss ](https://github.com/briancwald/material_admin/blob/8.x-1.x/scss/_color_schema.scss) however, this means you would need to sub theme...

To increase performance we should be concatenating and minify our CSS/JS for the theme. Using a tool like [Gulp Util](https://github.com/gulpjs/gulp-util) will allow us to set a --production flag which we...

help wanted