<?php
function resources(){
wp_enqueue_syle('style', get_stylesheet_uri());
}
add_action('wp_enqueue_scripts', 'resources');
?>
but it gives an error: Fatal error: Call to undefined function wp_enqueue_syle() in C:\wamp64\www\wordpress\wp-content\themes\BlogMania\functions.php on line 6
]]>