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

enqueue priority higher than custom css #57

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion functions.php
Expand Up @@ -80,5 +80,6 @@ function sherman_scripts() {

}

add_action( 'wp_enqueue_scripts', 'sherman_scripts', 99);
// Custom css uses priority 99, enqueue right before
add_action( 'wp_enqueue_scripts', 'sherman_scripts', 98);
?>