Skip to content

Instantly share code, notes, and snippets.

@amElnagdy
Created December 29, 2016 20:24
Show Gist options
  • Save amElnagdy/caea1bd7e02e43574afced6359359cad to your computer and use it in GitHub Desktop.
Save amElnagdy/caea1bd7e02e43574afced6359359cad to your computer and use it in GitHub Desktop.
function jlwp_register_mdlcss() {
wp_register_style( 'material.indigo-pink.min', get_stylesheet_directory_uri() .'/material.min.css', 'all' );
wp_enqueue_style( 'material.indigo-pink.min' );
}
add_action( 'wp_enqueue_scripts', 'jlwp_register_mdlcss' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment