Library changes

This commit is contained in:
Foxaii
2013-07-28 13:23:38 +01:00
parent 3bde5dbf77
commit cd20e417d2
3 changed files with 6 additions and 11 deletions

View File

@@ -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: