Fix #347 - Properly enqueue stylesheets

This commit is contained in:
Ben Word
2012-04-10 21:05:36 -06:00
parent 8ca4ca7378
commit 5182162b2e
4 changed files with 15 additions and 36 deletions

View File

@@ -2,7 +2,6 @@
// header.php
function roots_head() { do_action('roots_head'); }
function roots_stylesheets() { do_action('roots_stylesheets'); }
function roots_wrap_before() { do_action('roots_wrap_before'); }
function roots_header_before() { do_action('roots_header_before'); }
function roots_header_inside() { do_action('roots_header_inside'); }