biofriction-wp-theme/node_modules/foundation-sites/js/entries/plugins/foundation.sticky.js

7 lines
168 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
import { Foundation } from './foundation.core';
import { Sticky } from '../../foundation.sticky';
Foundation.plugin(Sticky, 'Sticky');
export { Foundation, Sticky };