Bug in functions.php?

By UUA Web Team
October 31, 2015, 12:32 pm EDT
I'm using a child theme with UUA-Congregation, and found that kirki-styles.css was being fetched from the child. I'm not an expert at WP, but it appears that the function kirki_update_url in functions.php should be using get_template_directory_uri instead of get_stylesheet_directory_uri. I changed this, and kirki-styles.css is now being fetched from the parent template. The only reason I can see to use get_stylesheet_directory_uri is if you expect that a child template might want to override a stylesheet. What do you think?