Created
January 5, 2015 19:00
-
-
Save drrobotnik/e2a9d7c70affb2e00a64 to your computer and use it in GitHub Desktop.
foundation wut
This file contains hidden or 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
meta.foundation-version { | |
font-family: "/5.5.0/"; | |
} | |
meta.foundation-mq-small { | |
font-family: "/" + unquote($small-up) + "/"; | |
width: lower-bound($small-range); | |
} | |
meta.foundation-mq-small-only { | |
font-family: "/" + unquote($small-only) + "/"; | |
width: lower-bound($small-range); | |
} | |
meta.foundation-mq-medium { | |
font-family: "/" + unquote($medium-up) + "/"; | |
width: lower-bound($medium-range); | |
} | |
meta.foundation-mq-medium-only { | |
font-family: "/" + unquote($medium-only) + "/"; | |
width: lower-bound($medium-range); | |
} | |
meta.foundation-mq-large { | |
font-family: "/" + unquote($large-up) + "/"; | |
width: lower-bound($large-range); | |
} | |
meta.foundation-mq-large-only { | |
font-family: "/" + unquote($large-only) + "/"; | |
width: lower-bound($large-range); | |
} | |
meta.foundation-mq-xlarge { | |
font-family: "/" + unquote($xlarge-up) + "/"; | |
width: lower-bound($xlarge-range); | |
} | |
meta.foundation-mq-xlarge-only { | |
font-family: "/" + unquote($xlarge-only) + "/"; | |
width: lower-bound($xlarge-range); | |
} | |
meta.foundation-mq-xxlarge { | |
font-family: "/" + unquote($xxlarge-up) + "/"; | |
width: lower-bound($xxlarge-range); | |
} | |
meta.foundation-data-attribute-namespace { | |
font-family: #{$namespace}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment