/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/


/* Load packery */

function enqueue_packery_script() {
    wp_enqueue_script(
        'packery',
        'https://unpkg.com/packery@3/dist/packery.pkgd.js',
        array(), // no dependencies
        '3.0',
        true // load in footer
    );
}
add_action('wp_enqueue_scripts', 'enqueue_packery_script');
