Skip to content

Instantly share code, notes, and snippets.

@YasushiKobayashi
Last active May 3, 2017 11:04
Show Gist options
  • Save YasushiKobayashi/60a9cbcdb05d041ff883a17bd4d952d1 to your computer and use it in GitHub Desktop.
Save YasushiKobayashi/60a9cbcdb05d041ff883a17bd4d952d1 to your computer and use it in GitHub Desktop.
react use em fontsize
// can not
fontSize: '0.8em',

// can use
'font-size': '0.8em',

// px
fontSize: 16,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment