Remove a CSS file that was registered with wp_register_style().
<?php wp_deregister_style( $handle ); ?>
wp_deregister_style() is located in wp-includes/functions.wp-styles.php
.
Enqueue Styles
Enqueue Scripts
Front-End Hooks
Admin Hooks
Login Hooks