From 541f9003a043b38cfc0ca74cddc9ab32f464f4d0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 22 Jan 2026 22:41:27 +0000
Subject: [PATCH] =added source.css for compiling to style
---
functions.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/functions.php b/functions.php
index 1163a3b..0b24e90 100644
--- a/functions.php
+++ b/functions.php
@@ -15,7 +15,7 @@
function legacy_parent_theme_enqueue_styles() {
wp_enqueue_style( 'jvb-theme-style', get_template_directory_uri() . '/style.css', array(), '0.1.0' );
wp_enqueue_style(
- 'legacy-style',
+ 'jvb-child-style',
get_stylesheet_directory_uri() . '/style.css',
array( 'jvb-theme-style' ),
'0.1.0'
--
Gitblit v1.10.0