Enqueue less file not working in child theme?

Per comments get_stylesheet_directory_uri() gets the current template (child in this case) directory, eg

// Load our main stylesheet.
wp_enqueue_style( 'less-style', get_stylesheet_directory_uri() . '/css/style.less' );

Leave a Comment