Skip to content

Instantly share code, notes, and snippets.

@Jessica7
Created November 4, 2015 23:36
Show Gist options
  • Select an option

  • Save Jessica7/160b4608a6d5de6f2331 to your computer and use it in GitHub Desktop.

Select an option

Save Jessica7/160b4608a6d5de6f2331 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
header__search {
width : calc-percent(434px , 1024px);
height : 34px;
}
@function calc-percent($target-px, $context) {
@return ($target-px / $context) * 100%;
}
header__search {
width: calc-percent(434px, 1024px);
height: 34px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment