UNPKG

foundation-sites

Version:

The most advanced responsive front-end framework in the world.

11 lines (6 loc) 195 B
import $ from 'jquery'; import { Touch } from '../../foundation.util.touch'; Touch.init($); window.Foundation.Touch = Touch; export { Foundation } from './foundation.core'; export { Touch };