Skip to content

Instantly share code, notes, and snippets.

@emaildano
Created November 3, 2013 18:17
Show Gist options
  • Save emaildano/7293097 to your computer and use it in GitHub Desktop.
Save emaildano/7293097 to your computer and use it in GitHub Desktop.
Custom Script Support for Roots http://roots.io/
function custom_scripts() {
wp_enqueue_style('roots_custom', get_template_directory_uri() . '/assets/css/app.css');
}
add_action('wp_enqueue_scripts', 'custom_scripts', 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment