Skip to content

Instantly share code, notes, and snippets.

@grayghostvisuals
Created November 7, 2012 01:25
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 grayghostvisuals/4028962 to your computer and use it in GitHub Desktop.
Save grayghostvisuals/4028962 to your computer and use it in GitHub Desktop.
Sass function to return our responsive formula
@function responsive($target, $context) {
@return ($target / $context) * 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment