Skip to content

Instantly share code, notes, and snippets.

@authenticsebastian
Last active January 3, 2018 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save authenticsebastian/f2fd4ca6f47fbc1a3348967b0f261aa1 to your computer and use it in GitHub Desktop.
Save authenticsebastian/f2fd4ca6f47fbc1a3348967b0f261aa1 to your computer and use it in GitHub Desktop.
Recalculating `px` value to `vw` value for 1920px
const px2vw = (value) => (100 * value) / 1920;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment