fix: align CSS variables with plan naming (--color-primary, --font-heading, --font-body)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'bitwms_enqueue_scripts' );
|
||||
add_action( 'wp_enqueue_scripts', 'bitwms_enqueue_scripts', 20 );
|
||||
|
||||
function bitwms_enqueue_scripts() {
|
||||
$theme_version = wp_get_theme()->get( 'Version' );
|
||||
|
||||
Reference in New Issue
Block a user