Skip to content

Instantly share code, notes, and snippets.

@roshanca
Created May 20, 2017 01:47
Show Gist options
  • Save roshanca/d39b03bfe356b71ad92ad15aadc3f098 to your computer and use it in GitHub Desktop.
Save roshanca/d39b03bfe356b71ad92ad15aadc3f098 to your computer and use it in GitHub Desktop.
Flexible layout with viewport unit
$vu_base: 375 // iphone6
@function vu($px) {
@return ($px / $vu_base) * 100vw
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment