Viewing 1 replies (of 1 total)
  • Thread Starter robotlove

    (@robotlove)

    Got it working.

    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 11 );
    function theme_enqueue_styles() {
    	wp_enqueue_style( 'less-style', get_stylesheet_directory_uri() . '/style.less' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to set up with a child theme?’ is closed to new replies.