Loading CDN that requires jQuery in WordPress

You need to use it with jQuery like this:

    wp_enqueue_script( 'pushy', '//cdnjs.cloudflare.com/ajax/libs/pushy/1.1.0/js/pushy.min.js', array( 'jquery' ) );