Soft rejection : stylesheet issue.

Perfect!
Understood, Thanks for the quick reply.
Yes, I think this is the reason why its been highlighted.

I have now done something like this, please guide me is this is the correct way? I also have now included other optional parameters.
wp_enqueue_style( ‘style’, get_stylesheet_uri() );
wp_enqueue_style(‘resetstyle’, get_template_directory_uri() . ‘/css/reset.css’,false,‘1.1’,‘all’);
wp_enqueue_style(‘pluginsstyle’, get_template_directory_uri() . ‘/css/plugins.css’,false,‘1.1’,‘all’);
wp_enqueue_style(‘colorstyle’, get_template_directory_uri() . ‘/css/color.css’,false,‘1.1’,‘all’);