Skip to content

Instantly share code, notes, and snippets.

@nwingt
Created July 26, 2018 17:24
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 nwingt/84cd45f0ef6361c15374078ca5f19422 to your computer and use it in GitHub Desktop.
Save nwingt/84cd45f0ef6361c15374078ca5f19422 to your computer and use it in GitHub Desktop.
$base-width: 320;
@function px-vw($value) {
@return $value / $base-width * 100vw;
}
.like-button {
font-size: px-vw(16);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment