UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

12 lines (11 loc) 186 B
{{#markdown}} ```javascript $(document).foundation({ interchange : { named_queries : { my_custom_query : 'only screen and (max-width: 200px)' } } }); ``` {{/markdown}}