Created
November 7, 2012 01:25
-
-
Save grayghostvisuals/4028962 to your computer and use it in GitHub Desktop.
Sass function to return our responsive formula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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