brunopulis
7/26/2016 - 2:12 PM

Font Size Mixin

Font Size Mixin

// Font Size
// ===========================================

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