Skip to content

Instantly share code, notes, and snippets.

@djadriano
Created October 23, 2014 00:26
Show Gist options
  • Select an option

  • Save djadriano/dc72fe69fade522ec15e to your computer and use it in GitHub Desktop.

Select an option

Save djadriano/dc72fe69fade522ec15e to your computer and use it in GitHub Desktop.
rem sass mixin
@function rem($pixels: 0, $base: 16px) {
$rem-size: $pixels / $base;
@return #{$rem-size}rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment