Remove obsolete override stylesheet

This commit is contained in:
Tetrakern 2024-06-30 04:04:19 +02:00
parent 063a701b98
commit 2580f79b6f
4 changed files with 12 additions and 45 deletions

View File

@ -376,6 +376,18 @@
"oF" : 1, "oF" : 1,
"pg" : 0 "pg" : 0
}, },
"\/css\/customize\/header-style-post-content.css" : {
"aP" : 1,
"bl" : 0,
"ci" : 0,
"co" : 0,
"ft" : 16,
"ma" : 0,
"oA" : 0,
"oAP" : "\/css\/customize\/header-style-post-content-min.css",
"oF" : 0,
"pg" : 0
},
"\/css\/customize\/header-style-text-center.css" : { "\/css\/customize\/header-style-text-center.css" : {
"aP" : 1, "aP" : 1,
"bl" : 0, "bl" : 0,
@ -580,18 +592,6 @@
"oF" : 1, "oF" : 1,
"pg" : 0 "pg" : 0
}, },
"\/css\/override.css" : {
"aP" : 1,
"bl" : 0,
"ci" : 0,
"co" : 0,
"ft" : 16,
"ma" : 0,
"oA" : 1,
"oAP" : "\/css\/override-min.css",
"oF" : 1,
"pg" : 0
},
"\/css\/properties.css" : { "\/css\/properties.css" : {
"aP" : 1, "aP" : 1,
"bl" : 0, "bl" : 0,
@ -3884,21 +3884,6 @@
"pg" : 0, "pg" : 0,
"sct" : 0 "sct" : 0
}, },
"\/src\/scss\/override.scss" : {
"aP" : 0,
"bl" : 0,
"co" : 0,
"dP" : 10,
"ec" : 1,
"ft" : 4,
"ma" : 0,
"oA" : 0,
"oAP" : "\/css\/override.css",
"oF" : 3,
"oS" : 3,
"pg" : 0,
"sct" : 0
},
"\/src\/scss\/properties.scss" : { "\/src\/scss\/properties.scss" : {
"aP" : 0, "aP" : 0,
"bl" : 0, "bl" : 0,

View File

@ -1 +0,0 @@

View File

@ -847,21 +847,6 @@ if ( is_customize_preview() ) {
add_action( 'wp_enqueue_scripts', 'fictioneer_output_customize_preview_css', 9999 ); add_action( 'wp_enqueue_scripts', 'fictioneer_output_customize_preview_css', 9999 );
} }
// =============================================================================
// ENQUEUE OVERRIDE STYLESHEETS
// =============================================================================
/**
* Enqueues an "override" stylesheet that supersedes all others
*
* @since 2.0.0
*/
function fictioneer_style_footer_queue() {
wp_enqueue_style( 'override', get_template_directory_uri() . '/css/override.css' );
}
add_action( 'get_footer', 'fictioneer_style_footer_queue' );
// ============================================================================= // =============================================================================
// FONT AWESOME // FONT AWESOME
// ============================================================================= // =============================================================================

View File

@ -1,2 +0,0 @@
@import 'common/_functions';
@import 'common/_mixins';