diff --git a/inc/scripts.php b/inc/scripts.php index b0901c4..9a9ec5b 100644 --- a/inc/scripts.php +++ b/inc/scripts.php @@ -11,7 +11,7 @@ function roots_scripts() { } // If you're not using Bootstrap, include H5BP's main.css: - // wp_enqueue_style('roots_h5bp', '/css/main.css', false, null); + // wp_enqueue_style('roots_h5bp', get_template_directory_uri() . '/css/main.css', false, null); wp_enqueue_style('roots_app', get_template_directory_uri() . '/css/app.css', false, null);