Snippets

Lauren Pittenger Sass: Convert Pixels to Ems Function

Created by Lauren Pittenger
1
2
3
4
5
$browser-context: 16; // Default

@function em($pixels, $context: $browser-context) {
  @return #{$pixels/$context}em
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.