Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjusting load order for sherman css
was loading *after* custom css styles.
  • Loading branch information
andrewmbacon committed Aug 26, 2015
1 parent bf4858b commit 4228599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -80,5 +80,5 @@ function sherman_scripts() {

}

add_action( 'wp_enqueue_scripts', 'sherman_scripts', 99);
add_action( 'wp_enqueue_scripts', 'sherman_scripts', 50);
?>

0 comments on commit 4228599

Please sign in to comment.