Re-add get_template_directory_uri() to H5BP stylesheet
This commit is contained in:
@@ -11,7 +11,7 @@ function roots_scripts() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If you're not using Bootstrap, include H5BP's main.css:
|
// 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);
|
wp_enqueue_style('roots_app', get_template_directory_uri() . '/css/app.css', false, null);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user