How to remove parent style.css from the header
The file ‘style.css’ is integrated via function ‘twenty_twenty_one_scripts’ in the parent themes functions.php. function twenty_twenty_one_scripts() { // Note, the is_IE global variable is defined by WordPress and is used // to detect if the current browser is internet explorer. global $is_IE, $wp_scripts; if ( $is_IE ) { // If IE 11 or below, use a … Read more