Skip to content

Commit

Permalink
Update enqueue-style.php
Browse files Browse the repository at this point in the history
Switch order of app.css and style.css loading
  • Loading branch information
sebdufourcq committed Dec 23, 2013
1 parent 3aa1bd4 commit 2068317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enqueue-style.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function reverie_enqueue_style()
// Register the main style
wp_register_style( 'reverie-stylesheet', get_template_directory_uri() . '/css/style.css', array(), '', 'all' );

wp_enqueue_style( 'reverie-stylesheet' );
wp_enqueue_style( 'reverie-foundation-stylesheet' );
wp_enqueue_style( 'reverie-stylesheet' );

// Register child theme style if using child theme
if ( is_child_theme() ) {
Expand Down

0 comments on commit 2068317

Please sign in to comment.