Created
June 5, 2013 09:16
-
-
Save boostbob/5712682 to your computer and use it in GitHub Desktop.
foundation interchange custom named queries
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
$(document).foundation('interchange', { | |
named_queries : { | |
my_custom_query : 'only screen and (max-width: 200px)' | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment