// matthewgraybosch.com // uses ITCSS architecture. // See medium.com/@jordankoschei/how-i-shrank-my-css-by-84kb-by-refactoring-with-itcss-2e8dafee123a#.dm4sr8ywt for details.
// Material design colors for a consistent look. // All color schemes live in _sass/material-colors. // To change color scheme, change this import statement. @import “material-colors/cyan”; // Everything else. @import “settings”; @import “tools”; @import “generic”; @import “base”; @import “objects”; @import “components”; @import “trumps”;