// matthewgraybosch.com // uses ITCSS architecture. // See medium.com/@jordankoschei/how-i-shrank-my-css-by-84kb-by-refactoring-with-itcss-2e8dafee123a#.dm4sr8ywt for details.
@charset “utf-8”;
$maxWidth: {{ site.body_width | default: ‘720’ }}px; $fontSize: calc({{ site.font_size | default: ‘18’ }}px + 0.33vw);
// Material design colors for a consistent look. // All color schemes live in _sass/meliora/material-colors/. // To change color scheme, change this import statement. @import “meliora/themes/{{ site.color | default: ‘default’ }}”; // Everything else. @import “meliora”;