Removed font-size rules and added styling to media-grid

This commit is contained in:
ポール ウェッブ 2018-12-04 14:46:22 -06:00
parent 5628337f1f
commit ec87a8654f
4 changed files with 20 additions and 7 deletions
sass/init

View file

@ -28,6 +28,10 @@
white-space: nowrap;
}
@mixin create-grid($items-per-row: 4) {
grid-template: repeat(1, 1fr) / repeat($items-per-row, 1fr);
}
// Smart font include
// Simply pass in the font-weight you want to use and the normal/italicized versions will be added
// No more weighing down the front-end with references to unused weights