Library changes
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
function roots_scripts() {
|
||||
wp_enqueue_style('roots_bootstrap', get_template_directory_uri() . '/assets/css/bootstrap.css', false, null);
|
||||
wp_enqueue_style('roots_bootstrap_responsive', get_template_directory_uri() . '/assets/css/bootstrap-responsive.css', array('roots_bootstrap'), null);
|
||||
wp_enqueue_style('roots_app', get_template_directory_uri() . '/assets/css/app.css', false, null);
|
||||
|
||||
// jQuery is loaded using the same method from HTML5 Boilerplate:
|
||||
|
||||
Reference in New Issue
Block a user