/* |-------------------------------------------------------------------------- | Shared GeekOut listing UI stylesheet |-------------------------------------------------------------------------- | | Central presentation layer for Community, homepage listing cards, | map popups, and the other MLS listing interfaces as they migrate. | */ add_action( 'wp_enqueue_scripts', static function () { wp_enqueue_style( 'geekout-listings-ui', content_url('/themes/GeekOut/geekout-listings-ui.css'), array(), '2.0.0' ); }, 40 );