Skip to content

Instantly share code, notes, and snippets.

@jswhisperer
Created July 22, 2013 07:25
Show Gist options
  • Select an option

  • Save jswhisperer/6051913 to your computer and use it in GitHub Desktop.

Select an option

Save jswhisperer/6051913 to your computer and use it in GitHub Desktop.
REM with Pixel fallback mixin
@mixin font-size($font-size){
font-size:$font-size +px;
font-size:$font-size / $base-font-size +rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment