Child themes
Hi All,
Is anyone able to offer any help to upgrade a child theme. Until now my style.css starts with:
@import url("../jobroller/style.css");
@import url("../jobroller/styles/pro.css");
@import url("../jobroller/styles/style-pro-blue.css");
I now understand it is better to load the parent css using wp_enqueue_scripts action and wp_enqueue_style() in functions.php.
I've tried following
https://codex.wordpress.org/Child_Themes but I haven't got anywhere. Can someone tell me what i should put in functions.php to replace the @imports?
Thanks
Angus