Skip to content

Instantly share code, notes, and snippets.

@brunopulis
Created July 26, 2016 14:12
Show Gist options
  • Select an option

  • Save brunopulis/78f692ddef77c76314fbd608bea4a886 to your computer and use it in GitHub Desktop.

Select an option

Save brunopulis/78f692ddef77c76314fbd608bea4a886 to your computer and use it in GitHub Desktop.
Font Size Mixin
// Font Size
// ===========================================
@mixin rem($font-size) {
font-size: $font-size;
font-size: ($font-size / $base-font-size) * 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment