Skip to content

Instantly share code, notes, and snippets.

@boostbob
Created June 5, 2013 09:16
Show Gist options
  • Save boostbob/5712682 to your computer and use it in GitHub Desktop.
Save boostbob/5712682 to your computer and use it in GitHub Desktop.
foundation interchange custom named queries
$(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