UNPKG

foundation-sites

Version:

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

8 lines (5 loc) 196 B
import { Foundation } from './foundation.core'; import $ from 'jquery'; import { Triggers } from '../../foundation.util.triggers'; Triggers.init($, Foundation); export { Foundation, Triggers };