Last active
August 8, 2016 20:46
-
-
Save mikeyamadeo/34528e09f8d058a581d25002c92bb47e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { baseFontSize } from ‘./settings.js’ | |
export const pxToEm = (px) => | |
`${px / baseFontSize}em` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment