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:
2026-04-03 01:00:00 +05:00
parent 311f702da3
commit 6befaedb8f
2 changed files with 10 additions and 7 deletions
@@ -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' );