Font Size Mixin
// Font Size // =========================================== @mixin rem($font-size) { font-size: $font-size; font-size: ($font-size / $base-font-size) * 1rem; }