<div dir="ltr">Hello!<div><br></div><div>I've got a quick question - should authors include piece of code like this in themes? I can't see the point, WordPress handles this on it's own after all.</div><div><br>
</div><div><div>    // Load style.css from child theme</div><div>    if (is_child_theme()) {</div><div>        wp_enqueue_style('infinite-child', get_stylesheet_uri(), false, null);</div><div>    }</div></div><div>
<br></div><div>Best regards,</div><div>Ola Laczek</div></div>